[Date Prev][Date Next] [Chronological] [Thread] [Top]

used unitialized (ITS#1797)



Full_Name: Kervin Pierre
Version: CVS 4MAR02
OS: rh 7.2
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (65.186.68.157)



used "-Wall -Wno-format" in the CFLAGS

Apart from the unused variables ( listed below ) there are variables which may
be potentially used before initialized.

...
getdn.c: In function `ldap_X509dn2bv':
getdn.c:3324: warning: `oidbuf' might be used uninitialized in this function
getdn.c:3326: warning: `k' might be used uninitialized in this function
...
filter.c:1026: warning: `err' might be used uninitialized in this function
...

'k' always seems to be used unitialized initially.