Resolves #15968 It is possible to cause a buffer overflow in our ANI loading code by setting the Name or Artist metadata files to 0xFFFFFFFF. This patch changes our allocation code to use g_try_new0 () instead of g_new0 (), and verifies if it is NULL before trying to read data into it. |
||
|---|---|---|
| .. | ||
| ico-dialog.c | ||
| ico-dialog.h | ||
| ico-export.c | ||
| ico-export.h | ||
| ico-load.c | ||
| ico-load.h | ||
| ico.c | ||
| ico.h | ||
| meson.build | ||