Kingcom / armips

An assembler for various ARM and MIPS platforms. Builds available at http://buildbot.orphis.net/armips/
MIT License
363 stars 77 forks source link

Fix crash when using areas with multithreading #185

Closed Kingcom closed 4 years ago

Kingcom commented 4 years ago

getOpenFileID accesses and writes to the global state, which is modified concurrently by the encode thread. This can lead to heap corruption.