On Tue, Aug 19, 2014 at 5:26 AM, Christophe Gisquet
<christophe.gisq...@gmail.com> wrote:
> bytestream2_* will not cause buffer overflow, but on the other hand,
> it should be checked whether overflows have been prevented.
> ---
>  libavcodec/wavpackenc.c | 5 +++++
>  1 file changed, 5 insertions(+)
[...]
> +        return AVERROR_INVALIDDATA;

Shouldn't this be AVERROR_BUG?

[...]

Timothy
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to