shithub: femtolisp

Download patch

ref: f114c6d79258d5663605c8f0562a7f88b25f9e2d
parent: 17213e7981553c07bd779712ec2c74b4812d4487
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Mar 27 12:28:32 EDT 2023

maxstack: make sure ip and end matches

--- a/maxstack.inc
+++ b/maxstack.inc
@@ -143,5 +143,6 @@
             break;
         }
     }
+    assert(ip == end);
     return maxsp+5;
 }