stream_out/raop: WriteAuxHeaders: prevent potential null-dereference
commitcc6b26797d19a5eae1e712d6607ead34a69c12a3
authorFilip Roséen <filip@atch.se>
Thu, 18 May 2017 10:19:26 +0000 (18 12:19 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 18 May 2017 19:02:35 +0000 (18 21:02 +0200)
tree65b2db23afb602775949b3a49b47938108c482be
parent21096ae260f6b22d385265fd11a897e2638f9382
stream_out/raop: WriteAuxHeaders: prevent potential null-dereference

vlc_dictionary_all_keys returns NULL on error, meaning that the
previous implementation could result in a null-pointer dereference.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/stream_out/raop.c