RESOLVED FIXED 128819
[ASan] Disable JSStack::sanitizeStack() to avoid false-positive stack-buffer-overflow errors
https://bugs.webkit.org/show_bug.cgi?id=128819
Summary [ASan] Disable JSStack::sanitizeStack() to avoid false-positive stack-buffer-...
David Kilzer (:ddkilzer)
Reported 2014-02-14 09:03:15 PST
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.
Attachments
Patch for landing (1.69 KB, patch)
2014-02-14 09:05 PST, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2014-02-14 09:05:43 PST
Created attachment 224221 [details] Patch for landing
David Kilzer (:ddkilzer)
Comment 2 2014-02-14 09:06:30 PST
David Kilzer (:ddkilzer)
Comment 3 2014-02-14 09:07:00 PST
Note You need to log in before you can comment on or make changes to this bug.