[Webkit-unassigned] [Bug 53615] WebKit2: Restoring session state that contains form data fails (asserts in Debug build)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 2 12:05:34 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53615





--- Comment #3 from Adam Roben (aroben) <aroben at apple.com>  2011-02-02 12:05:35 PST ---
(In reply to comment #0)
> Presumably this could lead to memory corruption, as we then try to memcpy off the end of the Vector's buffer.

I should note that in my testing I don't actually see memory corruption, as we end up passing a size of 0 to memcpy, so we don't actually write into the bad address.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list