[FFmpeg-cvslog] lavfi/overlay: switch to filter_frame API

Michael Niedermayer michaelni at gmx.at
Thu Jan 10 12:29:29 CET 2013


On Tue, Jan 08, 2013 at 01:47:54PM +0100, Nicolas George wrote:
> Le septidi 17 nivôse, an CCXXI, Michael Niedermayer a écrit :
> > i suspect this commit or something else recently caused
> > CID966655 Use after free 
> > 
> > I did not investigate if this is a real bug or false positive
> 
> I believe it is a false positive, unless a filter returns AVERROR(EAGAIN)
> from its filter_frame method, which it is not supposed to do. Maybe adding
> av_assert1(ret != AVERROR(EAGAIN)) near the end of ff_filter_frame_framed(),
> after the call to the method, would silence it.

please try that or mark it as false positive in coverity

[...]

thanks

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20130110/785ba590/attachment.asc>


More information about the ffmpeg-cvslog mailing list