OpenArena / engine

OpenArena modifications to the ioquake3 engine
http://openarena.ws
GNU General Public License v2.0
210 stars 50 forks source link

The game crashes on macOS in `strncpy` call #91

Open cubuspl42 opened 1 month ago

cubuspl42 commented 1 month ago

When built on macOS with a modern toolchain, the game crashes in a strncpy call. It will likely occur after starting the match, but might also happen at an earlier stage.

This is not a fresh problem; I first encountered it in March 2022.

cubuspl42 commented 1 month ago

I tried fixing this in the PR https://github.com/OpenArena/engine/pull/70, but it is now closed. For details, please take a look at the discussion. Hopefully, someone else from the community might be interested in addressing this.