Thx Alberto. Yep your checked in fix works fine for me. Cheers dean. -----Original Message----- From: Alberto Massari [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 August 2006 7:16 PM To: [email protected] Subject: Re: WindowsFileMgr bug in trunk
Hi Dean, thanks for spotting this error; I checked in a change that makes open(const char*) reuse open(const XMLCh*) as the latter version already uses CREATE_ALWAYS and performs more checks on the provided path. Let me know if the fix works also for you. Thanks, Alberto At 17.56 03/08/2006 +1000, Dean O'Connor wrote: > >Attached it a patch for a bug in WindowsFileMgr.cpp > >I discovered it when serialising XML to a file using DOMLSSerializer. >If you serialise twice to the same file. But the 2nd time use larger >XML data, you will find that the new data is written to file ok, but >the file size is still set to the previous larger size. >So you will get artifact data from your old file still there. >Basically the file data integrity is corrupted. > >It boiled down to a OPEN_ALWAYS being used instead of a CREATE_ALWAYS >for open with write. > >Cheers >Dean. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
