digarok / gsplus

Modern cross-platform Apple IIgs emulator and tools based on KEGS

Home Page:http://apple2.gs/plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`stringop-overflow` warnings?

rhaleblian opened this issue · comments

I get these compiling in RaspiOS. The warning seem legit; the compiler probably doesn't expect strncpy length to be a function of the string itself, you wouldn't know what memory to allocate at compile time.