]> git.ipfire.org Git - thirdparty/bind9.git/commit
base32_decode*() could incorrectly decode a input.
authorMark Andrews <marka@isc.org>
Thu, 13 Aug 2020 00:22:49 +0000 (10:22 +1000)
committerMark Andrews <marka@isc.org>
Thu, 13 Aug 2020 13:06:55 +0000 (23:06 +1000)
commit6c7e50c2678f8ecf877f5e580fa75fab59f63373
treee7061f98f5b5c532adb860f91cc8c50ed18377b7
parent9bb966d57929ea9c80e887a5c2ba2d4516831b09
base32_decode*() could incorrectly decode a input.

base32_decode_char() added a extra zero octet to the output
if the fifth character was a pad character.  The length
of octets to copy to the output was set to 3 instead of 2.
lib/isc/base32.c