RFC: Enforcing Bounds Safety in C (-fbounds-safety)
Summary We propose -fbounds-safety, a C extension to enforce bounds safety to prevent out-of-bounds (OOB) memory accesses, which remain a major source of security vulnerabilities in C. -fbounds-safety aims to eliminate …
Source: llvm.org