]> git.sur5r.net Git - openldap/commit
ITS#7992 Tighter utf8_to_utf16(), fix errcodes
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 6 Sep 2016 16:12:01 +0000 (18:12 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 15 Dec 2016 21:27:33 +0000 (22:27 +0100)
commitf2ecddbcf76dec209de2e4d15f2a2d7eb41ce20f
tree6bba54ce5ec665822b8bdb45c427895b3fca95c7
parente674f8241c5c9b9005688a94ce62f60556942b30
ITS#7992 Tighter utf8_to_utf16(), fix errcodes

The 0xFFFD check seems due to misleading MultiByteToWideChar() doc.
Bad UTF-8 gives 0xFFFD in the output string, not the return value.
libraries/liblmdb/mdb.c