https://bugs.documentfoundation.org/show_bug.cgi?id=167936
--- Comment #12 from Mike Kaganski <[email protected]> --- (In reply to Mikkel Lauritsen from comment #10) > Since ByteGrabber::ReadUInt64 reads 8 bytes, shouldn't aSequence be > initialized with 8 as parameter? I don't think we need to initialize it, actually. The sequence default initializer is basically assigning some static. And ReadBytes would re-assign the sequence anyway if needed, so the memory allocation would only happen if needed. -- You are receiving this mail because: You are the assignee for the bug.
