]> granicus.if.org Git - mutt/commit
Do not use stack-allocated space for BUFFERs
authorBrendan Cully <brendan@kublai.com>
Fri, 20 Jul 2012 19:32:44 +0000 (12:32 -0700)
committerBrendan Cully <brendan@kublai.com>
Fri, 20 Jul 2012 19:32:44 +0000 (12:32 -0700)
commit287598ae8695ef77378681ee36cbae0dae407dc5
treed5e77f6cbaa05f0ab33ac6ef77cdbe3e73009a00
parente72f3725d75d0dddedc87fef0777368c3e4948b5
Do not use stack-allocated space for BUFFERs

It will cause mutt_buffer_* to segfault if it needs to grow the space.
Thanks to Steve Losh for discovering the issue. I have done some simple
grepping to find other cases, but some may remain.
commands.c
hook.c
init.c
pattern.c