metaeducation / rebol-issues

6 stars 1 forks source link

CRASH when removing 32768 or more bytes from the head of series #2397

Closed Oldes closed 4 years ago

Oldes commented 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.

Oldes commented 4 years ago

Related commit which Atronix used to fix this is here: https://github.com/zsx/r3/commit/3c70ee114436425ca062014fed81adc67bdad427