Carl Eugen Hoyos (12020-02-27):
> The abort() calls are not supposed to actually be hit. If you want to
> catch them in your code using the libraries, you should do so.

But if the abort() are reached, that's a bug, either in FFmpeg or in the
program that uses its libraries. Catching the signal is likely to make
things worse. Remember that these asserts may be the final barrier
against an exploitable bug.

The proper way of dealing with assert failure is to fix them.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to