mirror of https://github.com/FFmpeg/FFmpeg.git
The current code expects query_formats() to be called exactly once, it will leak if it's not called at all (filter initialized, but never configured or used) or try to read freed memory if it's called more than once. Found-by: James Almer <jamrial@gmail.com> CC: libav-stable@libav.orgpull/140/head
parent
aed7715b8f
commit
22ecfcd4c7
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue