RESOLVED FIXED Bug 77799
SharedBuffer::getSomeData() can potentially return a pointer past the data
https://bugs.webkit.org/show_bug.cgi?id=77799
Summary SharedBuffer::getSomeData() can potentially return a pointer past the data
Benjamin Poulain
Reported 2012-02-03 19:50:05 PST
SharedBuffer::getSomeData() can potentially return a pointer past the data. It does nothing bad at the moment because all the call to SharedBuffer::getSomeData() are done the same way, but nothing prevent such accident in the future.
Attachments
Patch (2.81 KB, patch)
2012-02-03 19:57 PST, Benjamin Poulain
ddkilzer: review+
ddkilzer: commit-queue-
Benjamin Poulain
Comment 1 2012-02-03 19:57:36 PST
Benjamin Poulain
Comment 2 2012-02-03 19:58:31 PST
This patch is on top of #77718, please disregard the bots.
David Kilzer (:ddkilzer)
Comment 3 2012-02-11 21:47:39 PST
David Kilzer (:ddkilzer)
Comment 4 2012-02-11 21:50:27 PST
Comment on attachment 125469 [details] Patch r=me
Benjamin Poulain
Comment 5 2012-02-13 17:41:09 PST
Note You need to log in before you can comment on or make changes to this bug.