1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-04-06 09:34:36 +02:00
Files
FFmpeg/libavcodec/bsf
James Almer 0a8bf5fcaa avcodec/bsf/extract_extradata: don't use a NULL pointer to initialize an empty PutByteContext
Fixes UB in the form or adding a 0 offset to a NULL pointer, and substracting a
NULL pointer from another.

Signed-off-by: James Almer <jamrial@gmail.com>
2026-03-15 19:44:21 -03:00
..
2026-02-12 00:56:21 +00:00