Opened 18 years ago

Last modified 18 years ago

#1199 closed defect (fixed)

Failure possible in GDALJP2Box::ReadBox()

Reported by: scott@… Owned by: warmerdam
Priority: high Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

In the XLBox section

if( sizeof(nBoxLength == 64 ) ...

should be 

if( sizeof(nBoxLength == 8 ) ...

Noticed when investigating problem reading XLBox in 1.3.1 which was fixed in 
1.3.2.

Change History (1)

comment:1 by warmerdam, 18 years ago

Scott,

Thanks!  I have applied the patch in CVS.
Note: See TracTickets for help on using tickets.