Re: [FFmpeg-devel] [PATCH 10/11] avcodec/aptx: Fix multiple shift anomalies

2019-09-30 Thread Michael Niedermayer
On Mon, Sep 30, 2019 at 10:45:42AM +0200, Paul B Mahol wrote: > probably ok will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Opposition brings concord. Out of discord comes the fairest harmony. -- Heraclitus signature.asc Description: PGP signat

Re: [FFmpeg-devel] [PATCH 10/11] avcodec/aptx: Fix multiple shift anomalies

2019-09-30 Thread Paul B Mahol
probably ok On 9/27/19, Michael Niedermayer wrote: > Fixes: left shift of negative value -24576 > Fixes: > 17719/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APTX_fuzzer-5710508002377728 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg

[FFmpeg-devel] [PATCH 10/11] avcodec/aptx: Fix multiple shift anomalies

2019-09-27 Thread Michael Niedermayer
Fixes: left shift of negative value -24576 Fixes: 17719/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APTX_fuzzer-5710508002377728 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/aptx.c |