History log of /netbsd-src/sys/external/isc/libsodium/include/stdlib.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 1229db6e 26-Jul-2024 riastradh <riastradh@NetBSD.org>

sys/crypto/sodium: Tighten stdlib.h glue.

1. Make sure nothing uses malloc and free. All of the routines we
need should work in fixed-size, caller-allocated buffers and
reasonable stack space

sys/crypto/sodium: Tighten stdlib.h glue.

1. Make sure nothing uses malloc and free. All of the routines we
need should work in fixed-size, caller-allocated buffers and
reasonable stack space.

2. Make panic message for abort() stub clearer. There are calls to
it, but they imply internal errors inside libsodium which should
not happen unless there is an unrecoverable software bug in
libsodium.

PR kern/58468

show more ...


# a5b568d2 20-Aug-2020 riastradh <riastradh@NetBSD.org>

[ozaki-r] libsodium glue