From ebba76e08ff15aa2621319513239a51e6caaf0a7 Mon Sep 17 00:00:00 2001 From: George Koehler Date: Sun, 11 Mar 2018 20:10:13 -0400 Subject: [PATCH] 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. --- util/ego/ca/ca.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/ego/ca/ca.c b/util/ego/ca/ca.c index 095736665..1bf73d24a 100644 --- a/util/ego/ca/ca.c +++ b/util/ego/ca/ca.c @@ -72,6 +72,7 @@ proc_p* p_out; { /* register message without arguments */ oldline(l); + continue; } else {