String terminators are called NUL, not NULL, also the variable
mentioned in the comment is p and not u. Obtained from: OpenBSD (r1.34)
This commit is contained in:
parent
cba6bdf9bc
commit
5902259135
@ -1206,7 +1206,7 @@ isu8cont(unsigned char c)
|
||||
/*
|
||||
* Parse a LDAP value
|
||||
* notes:
|
||||
* the argument u should be a NULL terminated sequence of ASCII bytes.
|
||||
* the argument p should be a NUL-terminated sequence of ASCII bytes.
|
||||
*/
|
||||
char *
|
||||
parseval(char *p, size_t len)
|
||||
|
Loading…
x
Reference in New Issue
Block a user