suppertails66 / mgltools

Miscellaneous tools for Mahou Gakuen Lunar!
Other
1 stars 1 forks source link

Add bounds check for \x sequences in CSV reader #12

Closed suppertails66 closed 4 years ago

suppertails66 commented 4 years ago

Fixes a theoretical problem where the \xNN hex code parser would access out-of-bounds memory for certain unlikely inputs like a backslash at the very end of a row.