]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: str_append_[tab]unescaped(): Don't truncate input at NULs
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Sat, 21 Apr 2018 12:44:11 +0000 (15:44 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 30 Aug 2018 08:15:28 +0000 (11:15 +0300)
commitb608e0b183731216ed0c7b20eebafd540bf3ecbd
tree49626dbc4a76149d79c01e4cac72913dbebb3cd6
parent5b426a25f3cf94beeb2ceadde08f0d05dd124258
lib: str_append_[tab]unescaped(): Don't truncate input at NULs

For str_append_tabunescaped() the input is supposed to have NULs already
escaped though, so it was truncating only with invalid input.
src/lib/strescape.c