[all-commits] [llvm/llvm-project] 5708e7: [compiler-rt] fix out-of-bounds access in scudo te...
George Burgess IV via All-commits
all-commits at lists.llvm.org
Wed Jun 3 11:55:25 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5708e7fd9eca368b1b519c13a58360a15a263e4f
https://github.com/llvm/llvm-project/commit/5708e7fd9eca368b1b519c13a58360a15a263e4f
Author: George Burgess IV <george.burgess.iv at gmail.com>
Date: 2026-06-03 (Wed, 03 Jun 2026)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
Log Message:
-----------
[compiler-rt] fix out-of-bounds access in scudo test (#201390)
When `I = 0`, we can't do `Array[I-1]`.
Caught by libcxx hardening.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list