https://bugs.kde.org/show_bug.cgi?id=386945
--- Comment #21 from Julian Seward <jsew...@acm.org> --- (In reply to Julian Seward from comment #16) > Created attachment 111056 [details] > WIP patch, as described in comment 15 I should comment that this patch will still report invalid reads at the end of blocks (ends of strings in malloc'd storage), when they are misaligned but do not cross a page boundary, as described in comment 12. This would be easy enough to fix, if someone can get me a test case. Is the page size in the code hardwired at 4096? Or is it 4K for 4K page systems, 64K for 64K page systems, etc? -- You are receiving this mail because: You are watching all bug changes.