New issue
Advanced search Search tips

Issue 915329 link

Starred by 2 users

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , iOS , All , Chrome , Mac , Fuchsia
Pri: 2
Type: Feature



Sign in to add a comment

See if we can use `-fsanitize=bounds` (at least in debug builds?)

Project Member Reported by palmer@chromium.org, Dec 14

Issue description

This is a clang option that adds bounds-checking code: https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html#available-checks

Trying it out with a simple patch results in some explosions, so we might actually uncover some bugs with this.
 

Sign in to add a comment