[FFmpeg-devel] [PATCH] libavfilter: avoid UB nullptr-with-offset.

Jeremy Leconte jleconte at google.com
Tue Feb 16 18:24:11 EET 2021


Andreas Rheinhardt:
> Is this just a case of NULL + 0 or is the offset != 0?
>
> - Andreas
>
You're right, it's just a case of NULL + 0.
My issue is that it gets caught by clang -fsanitize=undefined.

Jeremy


More information about the ffmpeg-devel mailing list