MCHPR / MCHPRS

A multithreaded Minecraft server built for redstone.
MIT License
1.59k stars 69 forks source link

OOB read #11

Closed nnewram closed 4 years ago

nnewram commented 4 years ago

There is a Out Of Bounds read when doing the commands

//set <- the len is 0 but the index is 0 //replace <- the len is 0 but the index is 0 //replace [id] <- the len is 1 but the index is 1

causing a panic and disconnecting the user from the plot.

StackDoubleFlow commented 4 years ago

Fixed in a05c82f