[Webkit-unassigned] [Bug 128819] New: [ASan] Disable JSStack::sanitizeStack() to avoid false-positive stack-buffer-overflow errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 14 09:06:02 PST 2014


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

           Summary: [ASan] Disable JSStack::sanitizeStack() to avoid
                    false-positive stack-buffer-overflow errors
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: ggaren at apple.com, fpizlo at apple.com, dfarler at apple.com


When building with the clang address sanitizer, don't sanitize the stack since it will trigger false-positive stack-buffer-overflow errors.  Disabling this only results in a performance penalty, not a correctness penalty.

-- 
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