mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
f2d8b67f23
- unsafe strcpy/strcat/sprintf were used, so pass 'len' parameters to detect_{system} functions so that we can use the safer strlcpy/strlcat calls instead - thanks to strlcat/strlcpy return values, we can do less string concatenations and get the same results - some other miscellanous cleanups