]> granicus.if.org Git - neomutt/commit
revert broken fix
authorRichard Russon <rich@flatcap.org>
Thu, 13 Apr 2017 11:24:05 +0000 (12:24 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 13 Apr 2017 11:24:08 +0000 (12:24 +0100)
commitddb356daba7cdb4b0bc385c9371ea20e38d46bab
tree1aac16a7eeacb20965a316f7a91c71d20830ad62
parentde18985c8a8924ebb67a0799e39b571df12d9e16
revert broken fix

This IS the site of a possible bug, but this isn't the way to fix it.
Some paths through parse_set() will lead to (idx == -1) which will cause a
buffer underrun when used as an index to MuttVars.

closes #520
init.c