Browse Source
json_get_array() can return NULL if the key is not found. passing NULL to parse_artists() caused a crash because it accessed artists->size without checking. This patch adds a check for NULL in parse_artists() to avoid the crash. Fixes #29361 Signed-off-by: Abderhman Gamal <abderhmangamal246@gmail.com>work/unnecessary-disc-string
committed by
Steve Lhomme
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue