VOGONS


First post, by peterferrie

User metadata
Rank Oldbie
Rank
Oldbie

fe 38 00 01
just to a random memory location and runs the native code there.
that seems a little unsafe.
I understand that DOSBox isn't security-reviewed, but still...

Reply 1 of 2, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

weren't they zeroed out for nice crashes ?

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 2, by peterferrie

User metadata
Rank Oldbie
Rank
Oldbie

zeroed only inside the array, but the bounds aren't checked so you can access beyond the end of the array, and who knows what's there.