Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
9013ac08
Commit
9013ac08
authored
Jan 07, 1999
by
Kurt Zeilenga
Browse files
Apply ldif2ldbm MAXARGS bugfix (ITS#34) from devel.
parent
fca08ddb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
9013ac08
...
...
@@ -3,6 +3,7 @@ OpenLDAP Change Log
Changes included in OpenLDAP 1.1.x
CVS Tag: OPENLDAP_REL_ENG_1_1
Fixed slapd/ldbm/delete initialization bug (ITS#31)
Fixed slapd/ldif2ldbm MAXARGS bug (ITS#34)
Fixed slapd/strtok needs mutex bug
Fixed salpd/tcpd DoS bug
Build environment
...
...
servers/slapd/tools/ldif2ldbm.c
View file @
9013ac08
...
...
@@ -63,7 +63,7 @@ main( int argc, char **argv )
{
int
i
,
stop
,
status
;
char
*
linep
,
*
buf
,
*
sbindir
;
char
*
args
[
10
];
char
*
args
[
MAXARGS
];
char
buf2
[
20
],
buf3
[
20
];
char
line
[
BUFSIZ
];
char
cmd
[
MAXPATHLEN
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment