Opened 14 years ago
Closed 14 years ago
#248 closed defect/bug (fixed)
cd_to_cpu does not convert byte order for zip signature
Reported by: | ssinger | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
revision 1382 started to check zipcensig however cd_to_cpu is not converting the zip signature to the correct byte order for big-endian machines.
The attached 1 patch adds the conversion to cd_to_cpu
Attachments (1)
Change History (3)
Changed 14 years ago by ssinger
comment:1 Changed 14 years ago by Ssinger
comment:2 Changed 14 years ago by Ssinger
- Resolution set to fixed
- Status changed from new to closed
Updating status This was fixed 4 months ago
Note: See
TracTickets for help on using
tickets.
Fix committed in r1499. This issue can be closed