mattiasgustavsson / dos-like

Engine for making things with a MS-DOS feel, but for modern platforms
Other
994 stars 49 forks source link

Fix crash loading nonexistent mus and mod files #37

Closed cknave closed 2 years ago

cknave commented 2 years ago

loadmus and loadmod can pass a NULL file pointer to fseek, causing a crash e.g. when the file is not found.

mattiasgustavsson commented 2 years ago

That’s great, thanks! :)