]> git.sur5r.net Git - openldap/commit
ITS#2865 don't try to calloc 0 bytes, log an error and return instead.
authorHoward Chu <hyc@openldap.org>
Tue, 9 Dec 2003 20:10:44 +0000 (20:10 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 9 Dec 2003 20:10:44 +0000 (20:10 +0000)
commitcc743d2c1f584ab3bf42e1231626e8c489afc8ef
tree14e713cd557fa9f52bbf50161ae36b02f94afc7e
parent67ee75ccd81ad67bdb5eac0b2ae7fca847d59f80
ITS#2865 don't try to calloc 0 bytes, log an error and return instead.
Don't crash in slapcat when NULL entry is returned.
servers/slapd/entry.c
servers/slapd/tools/slapcat.c