diff options
author | Michael Goulet <mgoulet@fb.com> | 2022-06-16 17:52:56 +0200 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@mail.de> | 2022-06-20 11:08:26 +0200 |
commit | 0aa5dd084b8e26c9d644354c42c9252cf3b19cea (patch) | |
tree | 085bd1100f9aef81cdc9c2eb3460fcd8d4615e81 /libavutil/tree.h | |
parent | 6c3a82f0433de8ff9c35def971a736056cc8ff38 (diff) | |
download | ffmpeg-0aa5dd084b8e26c9d644354c42c9252cf3b19cea.tar.gz |
lavc/libx264.c: Fix possible UB by NULL pointer LHS
It is UB to attempt to do pointer arithmetic on NULL pointer LHS, even if that pointer arithmetic ends up being "+= 0" (i.e. !!p == 0 if p == NULL).
Diffstat (limited to 'libavutil/tree.h')
0 files changed, 0 insertions, 0 deletions