[FFmpeg-cvslog] avcodec/wavpack: Fix invalid shift

2017-08-24 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Tue Jun 27 13:47:32 2017 +0200| [610bd595228b41384c1910178a7efe40f3127cbd] | committer: Michael Niedermayer avcodec/wavpack: Fix invalid shift Fixes: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fixes: 237

[FFmpeg-cvslog] avcodec/wavpack: Fix invalid shift

2017-08-01 Thread Michael Niedermayer
ffmpeg | branch: release/3.1 | Michael Niedermayer | Tue Jun 27 13:47:32 2017 +0200| [be1f146a0f1c1d30d6ec09b93c29615dae7caff6] | committer: Michael Niedermayer avcodec/wavpack: Fix invalid shift Fixes: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fixes: 237

[FFmpeg-cvslog] avcodec/wavpack: Fix invalid shift

2017-07-29 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Tue Jun 27 13:47:32 2017 +0200| [a954b531f63bef13c26a574ecbd7a4c099f56693] | committer: Michael Niedermayer avcodec/wavpack: Fix invalid shift Fixes: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fixes: 237

[FFmpeg-cvslog] avcodec/wavpack: Fix invalid shift

2017-07-19 Thread Michael Niedermayer
ffmpeg | branch: release/3.3 | Michael Niedermayer | Tue Jun 27 13:47:32 2017 +0200| [fb55620369845c057183993a14d8bd85633c2ff3] | committer: Michael Niedermayer avcodec/wavpack: Fix invalid shift Fixes: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fixes: 237

[FFmpeg-cvslog] avcodec/wavpack: Fix invalid shift

2017-07-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 27 13:47:32 2017 +0200| [c07af720984acaafaa273369080b458d73975775] | committer: Michael Niedermayer avcodec/wavpack: Fix invalid shift Fixes: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fixes: 2377/clu

[FFmpeg-cvslog] avcodec/wavpack: Fix invalid shift and integer overflow

2017-05-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Apr 7 03:38:12 2017 +0200| [fc4f88375b8aa99495a3a774611132a77ca2e11b] | committer: Michael Niedermayer avcodec/wavpack: Fix invalid shift and integer overflow Fixes: 940/clusterfuzz-testcase-5200378381467648 Found-by: continuous fuzzing pro