]> 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:17:35 +0000 (07:17 +0100)
commitd3ae7c36e56e29f227e26f1fea5809f11288124e
treefd4835973adf7a2702077d2125fb19d83276306b
parent7077d5e601f555895233d1d942a7b65938691358
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