[FFmpeg-devel] [PATCH] avcodec/fitsdec: fix use of uninitialised values

James Almer jamrial at gmail.com
Sun Sep 29 18:50:51 EEST 2019


On 9/29/2019 12:38 PM, Michael Niedermayer wrote:
> On Sat, Sep 28, 2019 at 11:12:08PM -0300, James Almer wrote:
>> header.data_max and header.data_min are not necessarely set on all decoding scenarios.
>>
>> Fixes a Valgrind reported regression since cfa193779103c97bbfc28273a0ab12c114b6786d.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/fitsdec.c | 14 +++++++-------
>>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> LGTM
> 
> thx

Pushed.


More information about the ffmpeg-devel mailing list