magic/sim
Darryl L. Miles da216195b3 SimSelect.c: fix theoretical potential to write to .rodata string
We make a copy of readonly string on function entry and use that instead.
strrchr() is a bit of an annoying API, takes const char* but returns char*
but it is the same string.  One for static analysis or C++.

SimSelectArea() argument unused.
2025-10-04 20:50:31 -04:00
..
Makefile Makefile: whitespace only change 2025-07-29 10:50:32 -04:00
SimDBstuff.c sim: DBCellSrArea() cb_database_cellsrarea_t SimCellTileSrFunc() 2025-04-09 15:23:21 -04:00
SimExtract.c sim: constify various APIs 2025-04-09 15:23:21 -04:00
SimRsim.c sim: various cleanups (non existent funcs) 2025-04-09 15:23:21 -04:00
SimSelect.c SimSelect.c: fix theoretical potential to write to .rodata string 2025-10-04 20:50:31 -04:00
sim.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00