Re: [FFmpeg-devel] [PATCH 08/11] fftools/ffmpeg: Check read() for failure

2024-07-01 Thread Anton Khirnov
Quoting Michael Niedermayer (2024-07-01 01:12:47) > Fixes: CID1591932 Ignoring number of bytes read > Untested, this needs a windows machine > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > fftools/ffmpeg.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletio

[FFmpeg-devel] [PATCH 08/11] fftools/ffmpeg: Check read() for failure

2024-06-30 Thread Michael Niedermayer
Fixes: CID1591932 Ignoring number of bytes read Untested, this needs a windows machine Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer --- fftools/ffmpeg.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 88ce