]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#10198 Win32 mdb_strerror - stop passing "ignored" parameter
authorHoward Chu <hyc@openldap.org>
Thu, 4 Apr 2024 06:15:24 +0000 (07:15 +0100)
committerHoward Chu <hyc@openldap.org>
Thu, 4 Apr 2024 06:15:24 +0000 (07:15 +0100)
commit201ca4675fdc4614d37f91d3b663ceddb11495bf
tree81897f3e8cf564f28ec15bc27308fb4090cb6092
parent8645e92b937794c06f0c66dfae64e425a085b6cd
ITS#10198 Win32 mdb_strerror - stop passing "ignored" parameter

The M$ docs say the parameter is ignored, but it actually isn't,
and will cause a SEGV if the pointed memory isn't an init'd va_list.
libraries/liblmdb/mdb.c