Don't read INSTR(l) after oldline(l) frees it.
This bug got in my way while I was looking for another read-after-free bug in the CS phase.
This commit is contained in:
parent
12643f1740
commit
ebba76e08f
|
@ -72,6 +72,7 @@ proc_p* p_out;
|
|||
{
|
||||
/* register message without arguments */
|
||||
oldline(l);
|
||||
continue;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue