]> git.sur5r.net Git - openldap/commit
ITS#7783 workaround stupid NSPR bug
authorHoward Chu <hyc@openldap.org>
Sun, 12 Jan 2014 21:43:55 +0000 (13:43 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 13 Jan 2014 19:49:11 +0000 (13:49 -0600)
commite8a1c45f6780dbaa31477ebc26748c75fa37a96c
treee6ca266792f37ce4aef66dd817be911d06e124cb
parent3c45b57c5c6053c833405be223cac61e6b31b67d
ITS#7783 workaround stupid NSPR bug

free(NULL) is supposed to be safe. "Portable wrapper libraries"
that fail to preserve this behavior are inherently broken.
But then again, this is Mozilla code, so that's redundant.
libraries/libldap/tls_m.c