mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-26 04:01:44 +00:00
Fix a use-after-free. Found by Don North.
Also adjust test case to include this code. Fixes #2.
This commit is contained in:
@@ -15,3 +15,7 @@
|
||||
.include <incl.mac<
|
||||
.include =incl.mac= ; looks like assignment
|
||||
.include :incl.mac: ; looks like a label
|
||||
|
||||
; this is an error: file does not existst
|
||||
|
||||
.include "does-not-exist.mac"
|
||||
|
||||
Reference in New Issue
Block a user