OpenDriver2 / REDRIVER2

Driver 2 Playstation game reverse engineering effort
MIT License
1.04k stars 60 forks source link

[Psy-X] Fix random crashes on Linux #159

Closed tatokis closed 2 years ago

tatokis commented 2 years ago

The pre-processed output string by vsprintf was passed to printf as a format string, and thus was being parsed as one, causing access to arguments that were never passed to it.

Closes OpenDriver2/REDRIVER2#150 Closes OpenDriver2/REDRIVER2#151

melroy89 commented 2 years ago

No commits?

SoapyMan commented 2 years ago

@danger89 it was fixed before in PR