OSDN Git Service

avformat/utils: Check av_packet_new_side_data() return before using it
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 20 Oct 2013 16:33:53 +0000 (18:33 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 20 Oct 2013 16:33:53 +0000 (18:33 +0200)
commit88d4ff4b5f4c28fe38fa257b1d19b8fede4c35cc
treef656fc04fb5be0c254cfb401b6fc6b8f255ed65c
parenteb5cc8febc6cd7938f8fdce95d78cacdbe1be30b
avformat/utils: Check av_packet_new_side_data() return before using it

Fixes null pointer dereference
Fixes CID1108592
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/utils.c