[FFmpeg-devel] [PATCH v4] vaapi_encode_mjpeg: fix bad component id bug

Moritz Barsnick barsnick at gmx.net
Fri Jun 14 10:14:26 EEST 2019


On Thu, Jun 13, 2019 at 15:41:55 +0000, Eoff, Ullysses A wrote:
> According to comments in the gcc request, it looks like we
> could use " -fsanitize=address".  Anyone care to test it
> out to see if it will work?

The AddressSanatizer does not make this a warning at compile time (or
perhaps it may, additionally), but it instruments the binary with code
for analyzing and debugging address accesses, similar to valgrind:

https://github.com/google/sanitizers/wiki/AddressSanitizer

So this is not a permanent solution, but might be something for fate.

Moritz


More information about the ffmpeg-devel mailing list