[all-commits] [llvm/llvm-project] bed1a5: [libc++][hardening] Categorize all `ryu` assertion...
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Tue Nov 21 12:09:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bed1a5b3426059f2418f7be90c53a247ce082680
https://github.com/llvm/llvm-project/commit/bed1a5b3426059f2418f7be90c53a247ce082680
Author: Konstantin Varlamov <varconsteq at gmail.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M libcxx/src/include/ryu/common.h
M libcxx/src/include/ryu/d2s_intrinsics.h
M libcxx/src/ryu/d2fixed.cpp
M libcxx/src/ryu/d2s.cpp
M libcxx/src/ryu/f2s.cpp
Log Message:
-----------
[libc++][hardening] Categorize all `ryu` assertions as internal (#71853)
These assertions can only be triggered by bugs in the algorithm's
implementation; all user inputs should be handled gracefully.
More information about the All-commits
mailing list