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

uninitialized variables in back-bdb (ITS#2480)



Full_Name: Hallvard B. Furuseth
Version: HEAD
OS: Solaris
URL: 
Submission from: (NULL) (129.240.186.42)


Variable 'matched' in back-bdb/delete.c:bdb_delete() is used
uninitialized.  It is never set to anything but NULL, either.

Variable 'e' in back-bdb/id2entry.c:bdb_entry_get() is used
uninitialized if !ei.

Variable 'e' in back-bdb/tools.c:bdb_tool_entry_get() is returned
uninitialized if BDB_HIER && rc != LDAP_SUCCESS.  If !BDB_HIER,
entry_decode() gets arguments inconsistent with the prototype.