Jeffrey Altman
19e8852697
hdb: hdb_ldap_common NULL dereference
...
In hdb_ldap_common() the test
if (search_base == NULL && search_base[0] == '\0')
error handling ...
must be
if (search_base == NULL || search_base[0] == '\0')
error handling ...
Change-Id: I8d876a9c56833431b3c4b582fbb0a8cc7353893d
2016-11-14 16:33:51 -05:00
..
2009-11-24 12:12:53 -08:00
2016-11-09 18:34:24 -05:00
2016-04-16 16:58:08 -05:00
2016-11-14 01:05:55 -05:00
2016-11-10 18:32:15 -06:00
2016-11-14 02:22:32 -05:00
2016-11-14 16:33:51 -05:00
2015-02-11 16:00:32 +11:00
2016-07-21 14:39:37 -04:00
2014-08-22 20:57:24 -07:00
2016-11-11 01:38:41 -05:00
2016-08-10 19:51:11 -05:00
2014-04-25 02:42:17 +02:00
2016-11-11 11:48:43 -06:00
2016-11-14 16:13:42 -05:00
2016-04-15 00:16:17 -05:00
2016-11-08 15:48:40 -05:00
2016-11-13 15:22:17 +11:00
2015-03-21 15:44:48 -04:00
2016-11-14 01:05:41 -05:00
2014-02-18 08:34:32 -08:00
2015-03-21 15:44:48 -04:00
2016-08-04 18:51:23 -05:00
2016-04-15 00:16:17 -05:00