Files
heimdal/lib
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
..
2016-04-16 16:58:08 -05:00
2016-11-14 01:05:55 -05:00
2016-11-14 02:22:32 -05:00
2016-11-14 16:33:51 -05:00
2014-08-22 20:57:24 -07:00
2016-11-11 01:38:41 -05:00
2014-04-25 02:42:17 +02:00
2016-11-08 15:48:40 -05: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