From fd068221b7fbbcfe89ec74c7eeb0138e90e14b13 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 18 Dec 2019 10:51:59 +0000 Subject: 45083: Add signal protection to execarith(). Otherwise we could get re-entrancy in memory functions when setting variables. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc0ad1d8e..897114d3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-12-18 Peter Stephenson + + * 45083: Src/exec.c: execarith() needs signal protection as + it sets variables. + 2019-12-18 Daniel Shahaf * 45076: Src/loop.c: internal: Simplify handling of -- cgit 1.4.1