DescriptionHeap-use-after-free in WebCore::MutableStylePropertySet::setProperty
This patch fixes heap-use-after-free error (regression caused by r171246)
in the 'MutableStylePropertySet::setProperty' method. This error turned
up as the 'setProperty' method argument contained a pointer from the vector
buffer which had been previously freed (as we started to use 'Vector::swap'
instead of assignment operator).
BUG=362310
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171466
Patch Set 1 #
Messages
Total messages: 11 (0 generated)
|