[libcxx-commits] [PATCH] D158823: [libc++][hardening] Add back the safe mode.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 5 12:10:11 PDT 2023


var-const marked an inline comment as done.
var-const added inline comments.


================
Comment at: libcxx/docs/ReleaseNotes/17.rst:90
 
-- ``std::string_view`` now provides iterators that check for out-of-bounds accesses when the safe
-  libc++ mode is enabled.
+- ``std::string_view`` now provides iterators that check for out-of-bounds accesses when hardening is enabled.
 
----------------
ldionne wrote:
> I would prefer removing this release note entirely. It is misleading, I don't know why I added it in the first place. OOB checks in iterators for `string_view` require an ABI flag, which needs to be set by vendors. This is not interesting to point out in our release notes IMO.
Addressed in https://reviews.llvm.org/D159171


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158823/new/

https://reviews.llvm.org/D158823



More information about the libcxx-commits mailing list