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:
George Koehler 2018-03-11 20:10:13 -04:00
parent 12643f1740
commit ebba76e08f

View file

@ -72,6 +72,7 @@ proc_p* p_out;
{
/* register message without arguments */
oldline(l);
continue;
}
else
{