mirror of https://github.com/FFmpeg/FFmpeg.git
The ret value here is not yet intialized so the return would return
uninitialized data. What was probably meant to be checked here was the
return value of ffio_read_size, which can return an error.
Introduced in 38bcb3ba7b
Fixes: CID1618758
Signed-off-by: James Almer <jamrial@gmail.com>
release/7.1
parent
8a2c401625
commit
b6a0eab528
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue