https://bugs.openldap.org/show_bug.cgi?id=10198
--- Comment #3 from Howard Chu <[email protected]> --- Your test program isn't a valid test because the pointer you're passing is actually not pointing to any valid memory, whereas the LMDB code is pointing to a properly allocated stack buffer. Regardless, that parameter really isn't needed, and should just be NULL. -- You are receiving this mail because: You are on the CC list for the issue.
