]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#10401 liblber: fix shift of negative int in ber_decode_int()
authorHoward Chu <hyc@openldap.org>
Thu, 16 Oct 2025 16:25:14 +0000 (17:25 +0100)
committerHoward Chu <hyc@openldap.org>
Fri, 17 Oct 2025 14:26:08 +0000 (15:26 +0100)
commitb0f486e72efe8e9d7fb67329bf784195973768d1
tree9eb0e26f8c5d6c545d472ef66fa88b7a8a6048fc
parent78ecd45ff7c9b6ed0c508deb027a813255ca179f
ITS#10401 liblber: fix shift of negative int in ber_decode_int()

There's no actual possibility of overflow but sanitizers will complain.
libraries/liblber/decode.c