ejurgensen 5f526c7a7e [dacp] Fix segfault from invalid queries
When parsing a DACP request (pattern: ^/ctrl-int/[[:digit:]]+/playqueue-edit$)
with a command parameter being "move" and an edit-params parameter lacking a
colon, strchr(param, ':') at httpd_dacp.c:2038 will return NULL, and safe_atoi32
is called with its first parameter str being 1. This will bypass the NULL check
at src/misc.c:650 and causes a segmentation fault at the call to strtol at line
657.

Closes #1933
2025-10-08 19:49:01 +02:00
..
2025-02-16 23:51:06 +01:00
2025-02-01 14:25:45 +01:00
2024-06-17 22:25:20 +02:00
2024-06-17 22:25:20 +02:00
2022-01-20 20:17:38 +01:00
2021-03-27 22:44:16 +01:00
2024-05-31 23:47:46 +02:00
2022-01-20 21:42:05 +01:00
2022-01-20 20:17:38 +01:00
2022-01-20 20:17:38 +01:00