BR 2048950: fix crash due to mmacro list overflow
commit91fb6f16264ba3b2cde01b0dc35e672e024d4d28
authorH. Peter Anvin <hpa@zytor.com>
Mon, 1 Sep 2008 17:56:33 +0000 (1 10:56 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 1 Sep 2008 17:56:33 +0000 (1 10:56 -0700)
tree5d2bb28b7faa3e8865f8ad48116dece1652f21d4
parent5c10c17ba08731677ce8f4a9a3f8005fb60fe987
BR 2048950: fix crash due to mmacro list overflow

When allocating the buffer for an mmacro list, we apparently failed to
guarantee space for the terminating NULL.  This almost certainly
caused the crash described in BR 2048950, and quite possibly BR
1284169.
preproc.c