1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
vlc/modules/stream_extractor
Filip Roséen c3c3d670a1 stream_extractor/archive: prevent null-pointer dereference
Given that p_sys->p_obj is yet to be initialized with the value of the
obj, the implementation should use the latter (given that the former
will be zero-initialized, but nothing more).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2017-02-24 00:22:48 +01:00
..
archive.c stream_extractor/archive: prevent null-pointer dereference 2017-02-24 00:22:48 +01:00
Makefile.am