[FFmpeg-devel] [PATCH] ffserver rtsp bug fixes
Howard Chu
hyc
Mon May 24 16:36:10 CEST 2010
Howard Chu wrote:
> This patch plugs a number of per-session memory leaks in the rtsp code. Also
> replaced one instance of strchr() with memchr() to silence a valgrind warning
> about running off into the weeds (reading uninit'd memory). Unfortunately
> there are still a large number of those...
Is there any controversy over this patch? You can easily verify the problem
and the solution by running valgrind.
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
More information about the ffmpeg-devel
mailing list