shithub: sl

Download patch

ref: 0be0b9dd1aecc3e1827dbdb4a0383d347bbd523e
parent: e3574445ceefea12cdc1e8202e24e460ad22162c
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;
 }
--