]> 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)
committerHoward Chu <hyc@openldap.org>
Sun, 12 Jan 2014 21:51:09 +0000 (13:51 -0800)
commit14868fcab658f32914a37a10ca1660d76c099811
treecdc227ba9a63e784db024bd8d63693c6f1275f78
parent752fdfd4455fb0c3784a10f69b16f64c65df78cb
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