To reproduce the bug, simply create any sort of program, even a simple
10 print "Hello world!"
will do. Then, save it as a protected file:
save "HELLO",P
Finally, start PC-BASIC with --strict-protect, load the file, and try to use an EDIT statement:
LOAD "HELLO" EDIT 10
PC-BASIC will crash. The expected result is probably "Illegal function call", however.
You seem to have CSS turned off. Please don't fill out this field.
Thanks for the report! I'll look into it.
Bug tracker here https://github.com/robhagemans/pcbasic/issues/22
View and moderate all "[CLOSED] Bug reports" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
To reproduce the bug, simply create any sort of program, even a simple
will do. Then, save it as a protected file:
Finally, start PC-BASIC with --strict-protect, load the file, and try to use an EDIT statement:
PC-BASIC will crash. The expected result is probably "Illegal function call", however.
Thanks for the report! I'll look into it.
Bug tracker here https://github.com/robhagemans/pcbasic/issues/22