Opened 14 years ago

Closed 14 years ago

#3678 closed defect (fixed)

Uninitialized pixel value when reading RIK LZW datasets

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.7.3
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: RIK
Cc:

Description

I've just seen that the new test added for testing the fix #3674 failed on Windows slavebots. After running Valgrind, it turned that this was due to uninitialized values in the buffer returned by IReadBlock(), namely for x_in_block=blockxsize-1, y_in_block=0.

Change History (1)

comment:1 by Even Rouault, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk (r19993) and branches/1.7 (r19994). Test adjusted in r19995

Note: See TracTickets for help on using tickets.