Ticket #545 (new bug)

Opened 13 years ago

Last modified 11 years ago

PackFile_unpack followed by PackFile_pack produces wrong results.

Reported by: bacek Owned by:
Priority: normal Milestone:
Component: core Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform: all

Description

PackFile_pack for previously unpacked PBC reuses old PackFile_Header which leads to creating incorrect PBC.

Change History

in reply to: ↑ description   Changed 11 years ago by jkeenan

Replying to bacek:

PackFile_pack for previously unpacked PBC reuses old PackFile_Header which leads to creating incorrect PBC.

bacek,

Does this still occur? If so, can you provide some sample of the failure?

Thank you very much.

kid51

  Changed 11 years ago by bacek

Hello.

Yes, it's still exist.

PackFile_pack function reuse old PackFile* which Directory contains wrong information about byteorder, sizes of ints and floats, etc.

-- Bacek

Note: See TracTickets for help on using tickets.