| Commit message (Collapse) | Author | Files | Lines |
|
Prefer this because it is the POSIX standard and has consistent behavior
across platforms.
Use BIO_socket_nbio consistently across the tree.
from Jonas 'Sortie' Termansen, ok deraadt@
|
|
function was found broken in 1993, and later on in 1997?
|
|
in order to catch all negative sizes.
|
|
libcrypto has not been started yet.
ok schwarze@ miod@
|
|
not all versions of <linux/random.h> include <linux/types.h> by default
|
|
i looked a bit closer and found instances before Reno, so correct HISTORY.
References:
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.1cBSD/usr/src/ucb/dbx/defs.h
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.3BSD/usr/src/etc/inetd.c
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/lib/libc/string/strdup.c
ok deraadt@
|
|
Avoid potential integer overflow in the size argument of malloc() and
realloc() by using reallocarray() to avoid unchecked multiplication.
ok deraadt@
|
|
Avoid potential integer overflow in the size argument of malloc() and
realloc() by using reallocarray() to avoid unchecked multiplication.
ok deraadt@
|
|
looks good deraadt@
tweaks and ok millert@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(I also forgot to credit doug for much of the initial markup in the
previous commit.)
|