Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavcodec
  • cngdec.c
Find file
BlameHistoryPermalink
  • Michael Niedermayer's avatar
    avcodec/cngdec: Remove AV_CODEC_CAP_DELAY · 3a6ef192
    Michael Niedermayer authored Oct 19, 2019
    As is the decoder will never stop, it will cause an infinite loop. The RFC seems only
    to speak of non empty packets so endlessly generating noise from the last empty flush
    packets seems wrong.
    
    Fixes: infinite loop
    Fixes: 18333/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_COMFORTNOISE_fuzzer-5668481831272448
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    (cherry picked from commit 327a9688)
    Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    3a6ef192
cngdec.c 5.71 KB
EditWeb IDE

Replace cngdec.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.