]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: uri_parser_init*() - initialize allow_pct_nul
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 15 Sep 2017 08:49:16 +0000 (11:49 +0300)
committerTimo Sirainen <tss@dovecot.fi>
Fri, 15 Sep 2017 09:39:15 +0000 (12:39 +0300)
commit9bea325875d114ff90529cc8f1e8ff89fc4fe700
treec9e33c60131177749e5b1ae5c2f2371fce970fb3
parent8913a7f43959c7d5e8692584fe056d420cc2f9e0
lib: uri_parser_init*() - initialize allow_pct_nul

Unless the caller explicitly cleared the parser's memory, allow_pct_nul was
somewhat random. All the code in Dovecot core did this, but some plugins
didn't.
src/lib/uri-util.c