[Webkit-unassigned] [Bug 187468] valgrind claims memcpy overlap in CSSPropertyParser.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 9 14:27:40 PDT 2018


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
No, the code in question didn't change for the last couple years.

        if (isAppleLegacyCssValueKeyword(buffer, length) || hasPrefix(buffer, length, "-khtml-")) {
            memmove(buffer + 7, buffer + 6, length + 1 - 6); // This is line 184
            memcpy(buffer, "-webkit", 7);
            ++length;
        }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180709/1f6f52db/attachment.html>


More information about the webkit-unassigned mailing list