[webkit-changes] [WebKit/WebKit] b836cc: [bmalloc] Remove workaround for ASan false positiv...
Commit Queue
noreply at github.com
Sat Feb 22 21:17:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b836cc672c50eb995d6ac6413adbb45a3316c0eb
https://github.com/WebKit/WebKit/commit/b836cc672c50eb995d6ac6413adbb45a3316c0eb
Author: David Kilzer <ddkilzer at apple.com>
Date: 2025-02-22 (Sat, 22 Feb 2025)
Changed paths:
M Configurations/Sanitizers.xcconfig
M Source/bmalloc/libpas/src/libpas/pas_large_free_inlines.h
Log Message:
-----------
[bmalloc] Remove workaround for ASan false positive stack-buffer-underflow in pas_large_free_create_merged()
<https://bugs.webkit.org/show_bug.cgi?id=288303>
<rdar://145391616>
Reviewed by Yusuke Suzuki.
Remove workaround since WebKit no longer builds with Xcode 13 on
macOS 12 Monterey.
* Configurations/Sanitizers.xcconfig:
(WK_ADDRESS_SANITIZER_OTHER_CFLAGS_YES):
(WK_NEEDS_ASAN_USE_AFTER_SCOPE_WORKAROUND_FOR_bmalloc_YES): Delete.
(WK_NEEDS_ASAN_USE_AFTER_SCOPE_WORKAROUND): Delete.
(WK_XCODE_VERSION_BEFORE_13_3_0800): Delete.
(WK_XCODE_VERSION_BEFORE_13_3_0900): Delete.
(WK_XCODE_VERSION_BEFORE_13_3_1000): Delete.
(WK_XCODE_VERSION_BEFORE_13_3_1100): Delete.
(WK_XCODE_VERSION_BEFORE_13_3_1200): Delete.
(WK_XCODE_VERSION_BEFORE_13_3_1300): Delete.
(WK_XCODE_VERSION_BEFORE_13_3_1300_1300): Delete.
(WK_XCODE_VERSION_BEFORE_13_3_1300_1310): Delete.
(WK_XCODE_VERSION_BEFORE_13_3_1300_1320): Delete.
(WK_XCODE_VERSION_AFTER_13_3_1400): Delete.
(WK_XCODE_VERSION_AFTER_13_3_1500): Delete.
(WK_XCODE_VERSION_AFTER_13_3_1600): Delete.
(WK_XCODE_VERSION_AFTER_13_3_1700): Delete.
* Source/bmalloc/libpas/src/libpas/pas_large_free_inlines.h:
(pas_large_free_create_merged):
Canonical link: https://commits.webkit.org/290902@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list