freebsd-nq/share/man
Conrad Meyer c02fc9607a mallocarray(9): panic if the requested allocation would overflow
Additionally, move the overflow check logic out to WOULD_OVERFLOW() for
consumers to have a common means of testing for overflowing allocations.
WOULD_OVERFLOW() should be a secondary check -- on 64-bit platforms, just
because an allocation won't overflow size_t does not mean it is a sane size
to request.  Callers should be imposing reasonable allocation limits far,
far, below overflow.

Discussed with:	emaste, jhb, kp
Sponsored by:	Dell EMC Isilon
2018-01-10 21:49:45 +00:00
..
man1 share: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:26:40 +00:00
man3 Be less verbose and more precise. 2018-01-01 19:04:40 +00:00
man4 Fix year. 2018-01-09 16:28:45 +00:00
man5 regen src.conf.5 after r327783, WITH_LLD_BOOTSTRAP default 2018-01-10 20:36:16 +00:00
man6 Update intro(6) - remove hint that doesn't work, add explicit list 2017-11-27 12:39:35 +00:00
man7 Allow use of .WAIT in the LOCAL_DIRS and LOCAL_LIB_DIRS lists. 2017-12-31 18:53:13 +00:00
man8 Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
man9 mallocarray(9): panic if the requested allocation would overflow 2018-01-10 21:49:45 +00:00
Makefile