Re: [FFmpeg-devel] [PATCH 1/5] avformat/mov: Check requested_sample before using it

2024-07-02 Thread Michael Niedermayer
On Fri, Jun 07, 2024 at 02:32:11AM +0200, Michael Niedermayer wrote: > I am not sure the case described by coverity is possible > but its more robust checking the argument first > > Fixes: CID1598441 Improper use of negative value > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Nie

[FFmpeg-devel] [PATCH 1/5] avformat/mov: Check requested_sample before using it

2024-06-06 Thread Michael Niedermayer
I am not sure the case described by coverity is possible but its more robust checking the argument first Fixes: CID1598441 Improper use of negative value Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion