Re: [FFmpeg-devel] [PATCH] Fix to crash in ff_rtsp_read_reply

2014-10-15 Thread Michael Niedermayer
On Wed, Oct 15, 2014 at 07:59:24PM +0200, Benoit Fouet wrote: > Hi, > > Le 15/10/2014 19:42, Reimar Döffinger a écrit : > > On Tue, Oct 14, 2014 at 04:30:39PM -0400, Michael Lynch wrote: > >> This patch fixes a crash in ff_rtsp_read_reply that can occur when the > >> Content Length field of the RT

Re: [FFmpeg-devel] [PATCH] Fix to crash in ff_rtsp_read_reply

2014-10-15 Thread Benoit Fouet
Hi, Le 15/10/2014 19:42, Reimar Döffinger a écrit : > On Tue, Oct 14, 2014 at 04:30:39PM -0400, Michael Lynch wrote: >> This patch fixes a crash in ff_rtsp_read_reply that can occur when the >> Content Length field of the RTSP reply message is very high (e.g. near >> INT_MAX) and causes av_malloc

Re: [FFmpeg-devel] [PATCH] Fix to crash in ff_rtsp_read_reply

2014-10-15 Thread Reimar Döffinger
On Tue, Oct 14, 2014 at 04:30:39PM -0400, Michael Lynch wrote: > This patch fixes a crash in ff_rtsp_read_reply that can occur when the > Content Length field of the RTSP reply message is very high (e.g. near > INT_MAX) and causes av_malloc to return NULL. > > Thanks, > Michael > > commit 1e085fa

[FFmpeg-devel] [PATCH] Fix to crash in ff_rtsp_read_reply

2014-10-15 Thread Michael Lynch
This patch fixes a crash in ff_rtsp_read_reply that can occur when the Content Length field of the RTSP reply message is very high (e.g. near INT_MAX) and causes av_malloc to return NULL. Thanks, Michael commit 1e085fa751168813912f13f89b754e5711b13daa Author: Michael Lynch Date: Tue Oct 14 14: