Skip to content

[OSX] Fix "SIGILL: illegal instruction" on macOS Catalina

Kimberly requested to merge kimmy/Kart-Public:kimmy-osx-fixes into master

on OSX, strncpy may copy to overlapping (protected) memory. this sometimes happens when loading WAD files.

This patch eliminates these problems for me

Merge request reports