On Mon, 2015-11-16 at 18:11 +0300, Dmitry V. Levin wrote:
> Starting with commit f8443bd09f8a8d3d84a63e5ce206a218e57dff7a,
> we might jump to "out" on error before initialization of "state".
> Initialize "state" early to fix this issue.

Right, and "out" cleans up using some of the "state" following the
linelist pointer. So we better make sure that is always setup correctly.

Added a ChangeLog entry and applied to master.

Thanks,

Mark

Reply via email to