Hi, I've fixed the problem in src/clone/pud.c. In PudReadHeader(), the length is a long*, which is 64 bit in AMD64. However, CLread only read the first 4 bytes, or 32 bits, leaving the remaining 32 bits uninitialized. The correct solution is probably to change the length parameter in PudReadHeader, GetPudInfo and LoadPud in that source file to uint32_t.
Regards, Isaac -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]