History log of /freebsd/lib/libc/string/memset_explicit.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 8983acc8 25-Oct-2024 Robert Clausecker <fuz@FreeBSD.org>

lib/libc/string: apply SSP hardening and tests to memset_explicit

Reviewed by: emaste, kevans
Differential Revision: https://reviews.freebsd.org/D47286


# 007871c3 25-Oct-2024 Robert Clausecker <fuz@FreeBSD.org>

lib/libc/string: add memset_explicit() for compliance with C23

Patterned after explicit_bzero, visible from C23 onwards.

Reviewed by: emaste, kevans
Differential Revision: https://reviews.freebsd.o

lib/libc/string: add memset_explicit() for compliance with C23

Patterned after explicit_bzero, visible from C23 onwards.

Reviewed by: emaste, kevans
Differential Revision: https://reviews.freebsd.org/D47286

show more ...