Am So., 8. Aug. 2021 um 03:40 Uhr schrieb Soft Works <softwo...@hotmail.com>:

> When I do this:
>
>         if (value_len < 0 || value_len >= (INT_MAX - LEN) / 2)
>             return AVERROR_INVALIDDATA;
>
> Shouldn't we return a different error code? Actually this is not about invalid
> data but about a limitation in the implementation..

It is definitely invalid data.

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

Reply via email to