Closed Oldes closed 4 years ago
This is causing crash in the last official Rebol 3:
b: make binary! 40000 insert/dup b 0 40000 remove/part b to integer! #{8000} ;<--- CRASH
It seems to be fixed in Atronix branch.
Related commit which Atronix used to fix this is here: https://github.com/zsx/r3/commit/3c70ee114436425ca062014fed81adc67bdad427
This is causing crash in the last official Rebol 3:
It seems to be fixed in Atronix branch.