[FFmpeg-trac] #9020(avformat:new): http BUFFER_SIZE too small
FFmpeg
trac at avcodec.org
Mon May 19 00:54:30 EEST 2025
#9020: http BUFFER_SIZE too small
------------------------------------+------------------------------------
Reporter: Jan Tojnar | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: avformat
Version: git-master | Resolution:
Keywords: http | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by Timo R.):
The buffer is stored on the stack, so increasing that size is a bad idea
without refactoring to use a heap-allocated buffer first.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9020#comment:10>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list