Files
SDL/src
Anonymous Maarten 48e80c8f26 memcpy with a NULL src/dst argument is UB
malloc of UBSAN returns NULL when allocating 0 bytes, causing a call to memcpy(NULL, xxx, 0);
2026-04-02 21:25:41 +02:00
..
2026-03-27 05:45:36 -07:00
2026-02-07 18:14:00 +03:00
2026-03-30 10:38:55 -07:00
2026-02-09 21:39:02 -05:00
2026-02-09 21:39:02 -05:00
2026-03-27 05:45:36 -07:00