summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/random.3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-03-30ssl_sigalgs: whitespace tweaktb1-1/+2
2026-03-29ML-KEM: ensure that key_768 is only dereferenced with 768-bit keystb1-3/+7
This looks like a NULL dereference that should crash, but for some reason it doesn't, even with -O0 with all compilers i tried. At the very least it may result in compilers deducing that key_768 != NULL and lead to incorrect optimizations. ok claudio jsing kenjiro miod
2026-03-29Add missing include path required to reach newly added crypto_assembly.hanton1-2/+3
include.
2026-03-28Include crypto_assembly.h instead of manually ensuring _CET_ENDBR exists.jsing6-36/+12
ok kenjiro@ tb@