Re: [FFmpeg-devel] [PATCH] avformat/rtsp: check return value of read in ff_rtsp_read_reply()

2017-05-08 Thread Daniel Richard G.
On Mon, 2017 May 8 18:04+0200, wm4 wrote: > On Mon, 08 May 2017 11:24:19 -0400 > "Daniel Richard G." <sk...@iskunk.org> wrote: > > > From 477cbd18b630365d612da173201c2e4ee763d7d4 Mon Sep 17 00:00:00 2001 > > From: Daniel Richard G <sk...@iskunk.org>

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: check return value of read in ff_rtsp_read_reply()

2017-05-08 Thread Daniel Richard G.
Resending. Are there any objections to this patch? On Mon, 2017 Apr 17 01:12-0400, Daniel Richard G. wrote: > In the course of testing RTSP streaming of CCTV video via the FFmpeg > API, I have found some Valgrind uninitialized-memory errors due to what > appear to be short/fai

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: check return value of read in ff_rtsp_read_reply()

2017-05-02 Thread Daniel Richard G.
Resending... On Mon, 2017 Apr 17 01:12-0400, Daniel Richard G. wrote: > In the course of testing RTSP streaming of CCTV video via the FFmpeg > API, I have found some Valgrind uninitialized-memory errors due to what > appear to be short/failed reads in ffurl_read_complete(). > &

[FFmpeg-devel] [PATCH] Check return value of read in ff_rtsp_read_reply()

2017-04-16 Thread Daniel Richard G.
went on to parse garbage in an uninitialized heap-allocated buffer. The attached patch adds logic to check the return value and bail out on error. --Daniel -- Daniel Richard G. || sk...@iskunk.org My ASCII-art .sig got a bad case of Times New Roman. From 544c2f4628d1c8923880219de190caa96d672100