stream_extractor/archive: prevent null-pointer dereference
commitc3c3d670a11ab1fe8aebff16d878bd280abecdb8
authorFilip Roséen <filip@atch.se>
Thu, 23 Feb 2017 13:54:27 +0000 (23 14:54 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 23 Feb 2017 23:22:48 +0000 (24 00:22 +0100)
treeba959b0b3017b0236195e12f1478fd031dfa6907
parentc1ec8734036319d18f87555bc1b728e46299c54a
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>
modules/stream_extractor/archive.c