TheAssemblyArmada / Vanilla-Conquer

Vanilla Conquer provides clean, cross-platform builds of the C&C Remastered Collection and the standalone legacy games.
Other
330 stars 51 forks source link

Fix return value of `strupr` #1019

Closed giulianobelinassi closed 6 days ago

giulianobelinassi commented 6 days ago

Pointer arithmetic changes the address hold by str, so we must save it before returning.