Re: [FFmpeg-devel] [PATCH] avcodec/jpeg2000dsp: Use unsigned to avoid overflow

2022-10-02 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Affected the jpeg2000dsp checkasm test. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/jpeg2000dsp.c | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/jpeg2000dsp.c b/libavcodec/jpeg2000dsp.c > index b61be3b72f..b1bff6d5

Re: [FFmpeg-devel] [PATCH] avcodec/jpeg2000dsp: Use unsigned to avoid overflow

2022-09-27 Thread Andreas Rheinhardt
Tomas Härdin: > tis 2022-09-27 klockan 13:20 +0200 skrev Andreas Rheinhardt: >> Tomas Härdin: >>> tis 2022-09-27 klockan 03:47 +0200 skrev Andreas Rheinhardt: Affected the jpeg2000dsp checkasm test. Signed-off-by: Andreas Rheinhardt ---  libavcodec/jpeg2000dsp.c | 9 +

Re: [FFmpeg-devel] [PATCH] avcodec/jpeg2000dsp: Use unsigned to avoid overflow

2022-09-27 Thread Tomas Härdin
tis 2022-09-27 klockan 13:20 +0200 skrev Andreas Rheinhardt: > Tomas Härdin: > > tis 2022-09-27 klockan 03:47 +0200 skrev Andreas Rheinhardt: > > > Affected the jpeg2000dsp checkasm test. > > > > > > Signed-off-by: Andreas Rheinhardt > > > > > > --- > > >  libavcodec/jpeg2000dsp.c | 9 - >

Re: [FFmpeg-devel] [PATCH] avcodec/jpeg2000dsp: Use unsigned to avoid overflow

2022-09-27 Thread Andreas Rheinhardt
Tomas Härdin: > tis 2022-09-27 klockan 03:47 +0200 skrev Andreas Rheinhardt: >> Affected the jpeg2000dsp checkasm test. >> >> Signed-off-by: Andreas Rheinhardt >> --- >>  libavcodec/jpeg2000dsp.c | 9 - >>  1 file changed, 4 insertions(+), 5 deletions(-) >> >> diff --git a/libavcodec/jpeg20

Re: [FFmpeg-devel] [PATCH] avcodec/jpeg2000dsp: Use unsigned to avoid overflow

2022-09-27 Thread Tomas Härdin
tis 2022-09-27 klockan 03:47 +0200 skrev Andreas Rheinhardt: > Affected the jpeg2000dsp checkasm test. > > Signed-off-by: Andreas Rheinhardt > --- >  libavcodec/jpeg2000dsp.c | 9 - >  1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/jpeg2000dsp.c b/libavcodec/j