Re: [libav-devel] [PATCH 1/2] rtpdec_h264: Add input size checks

2012-05-04 Thread Luca Barbato
On 04/05/12 13:40, Martin Storsjö wrote: > From: Ivan Kovtunov > > This fixes crashes if given too short data packets. > --- Looks fine. lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero ___ libav-devel mailing list libav-devel@libav.

[libav-devel] [PATCH 1/2] rtpdec_h264: Add input size checks

2012-05-04 Thread Martin Storsjö
From: Ivan Kovtunov This fixes crashes if given too short data packets. --- libavformat/rtpdec_h264.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c index 32a57d3..51447f9 100644 --- a/libavformat/rtpd

Re: [libav-devel] [PATCH 1/2] rtpdec_h264: Add input size checks

2012-05-04 Thread Luca Barbato
"Martin Storsjö" wrote: >From: Ivan Kovtunov > >This fixes crashes if given too short data packets. >--- > libavformat/rtpdec_h264.c | 16 +--- > 1 file changed, 13 insertions(+), 3 deletions(-) > >diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c >index 32a57d3..

[libav-devel] [PATCH 1/2] rtpdec_h264: Add input size checks

2012-05-04 Thread Martin Storsjö
From: Ivan Kovtunov This fixes crashes if given too short data packets. --- libavformat/rtpdec_h264.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c index 32a57d3..9a8f12c 100644 --- a/libavformat/rtpd