[webkit-reviews] review granted: [Bug 22974] Fix rounding / bounds / signed comparison bug in ExecutableAllocator. : [Attachment 26224] The patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 22 22:18:19 PST 2008


Oliver Hunt <oliver at apple.com> has granted 's request for review:
Bug 22974: Fix rounding / bounds / signed comparison bug in
ExecutableAllocator.
https://bugs.webkit.org/show_bug.cgi?id=22974

Attachment 26224: The patch
https://bugs.webkit.org/attachment.cgi?id=26224&action=review

------- Additional Comments from Oliver Hunt <oliver at apple.com>
ASSERT(m_freePtr < m_end); should be ASSERT(m_freePtr <= m_end);


More information about the webkit-reviews mailing list