LibretroAdmin
f2d8b67f23
(task_database_cue.c) Simplifications:
...
- 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
2022-08-24 16:08:06 +02:00
..
2022-08-23 19:58:20 +02:00
2021-10-15 14:32:07 +02:00
2022-07-24 05:39:51 +02:00
2022-08-04 14:19:38 +02:00
2020-06-24 12:53:27 +03:00
2022-08-08 22:41:32 +02:00
2022-08-24 13:49:05 +02:00
2022-02-22 19:23:48 +01:00
2022-07-24 05:39:51 +02:00
2022-08-23 15:11:11 +02:00
2022-08-24 16:08:06 +02:00
2022-08-24 16:08:06 +02:00
2022-08-23 15:11:11 +02:00
2022-07-09 00:53:08 +02:00
2020-08-24 14:35:25 +02:00
2022-08-04 03:45:09 +02:00
2022-07-09 00:53:08 +02:00
2022-07-24 05:39:51 +02:00
2021-10-27 17:51:22 +02:00
2022-07-26 07:21:57 +02:00
2022-06-19 03:41:04 +02:00
2022-08-04 13:22:49 +02:00
2022-07-26 07:01:10 +02:00
2022-08-10 02:45:27 +02:00
2022-08-04 14:19:38 +02:00
2022-07-24 05:39:51 +02:00
2020-08-15 00:35:15 +02:00
2021-11-05 00:09:45 +01:00
2022-07-02 14:08:27 +02:00
2022-08-04 14:19:38 +02:00
2022-08-20 19:17:28 +02:00
2022-08-04 22:41:17 +02:00
2021-11-21 12:37:39 +01:00
2022-07-09 16:25:27 +02:00