summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-12Convert libssl manpages from pod to mdoc(7).bentley249-7737/+19938
libcrypto has not been started yet. ok schwarze@ miod@
2014-10-11include header needed by older linux kernelsbcook2-2/+4
not all versions of <linux/random.h> include <linux/types.h> by default
2014-10-11Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine,schwarze1-4/+11
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@
2014-10-11Userland reallocarray() audit.doug1-3/+3
Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray() to avoid unchecked multiplication. ok deraadt@
2014-10-11Userland reallocarray() audit.doug1-3/+3
Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray() to avoid unchecked multiplication. ok deraadt@
2014-10-10replace select with equiv poll usage.dlg1-17/+12
looks good deraadt@ tweaks and ok millert@
2014-10-09add an API version number. ok jsingtedu1-1/+3
2014-10-08historytedu1-4/+10
2014-10-08use preferred license form. can't trust that doug guy with anything...tedu1-20/+11
2014-10-08mlinks, and prune some functions from man page i'm not ready for yet.tedu2-14/+33
2014-10-08more bettertedu1-3/+6
2014-10-08reluctantly rename man page after a functiontedu1-1/+1
2014-10-08whack a few stray .Pp macrosschwarze1-4/+1
2014-10-08add a few more functions.tedu1-5/+17
(I also forgot to credit doug for much of the initial markup in the previous commit.)