[FFmpeg-trac] #10459(avfilter:closed): set_string_bool() overwrites memory.
FFmpeg
trac at avcodec.org
Wed Jul 12 05:28:07 EEST 2023
#10459: set_string_bool() overwrites memory.
------------------------------------+------------------------------------
Reporter: Wodzu | Owner: (none)
Type: defect | Status: closed
Priority: normal | Component: avfilter
Version: git-master | Resolution: invalid
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by Balling):
The following C99 features must not be used anywhere in the codebase:
variable-length arrays;
complex numbers;
mixed statements and declarations.
https://ffmpeg.org/developer.html#Coding-Rules-1
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10459#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list