]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: base64 - Truly fix dest buffer assertion in base64_decode_more().
authorStephan Bosch <stephan.bosch@open-xchange.com>
Wed, 4 Sep 2019 16:34:30 +0000 (18:34 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 10 Sep 2019 07:02:40 +0000 (10:02 +0300)
commit8f566ce17b5f2de7187c29e72fe1677c51bdba22
treee8baece174acce6ea07900949a4df2dfcb61e020
parenteb659ddef982218d29a4fa348b8e1d5680010532
lib: base64 - Truly fix dest buffer assertion in base64_decode_more().

Previous fix was inadequate in the presence of padding at the end of input.
src/lib/base64.c
src/lib/test-base64.c