freebsd-dev/sbin/sysctl
Ruslan Ermilov ccf2597759 While convenient, avoid using alloca() for reasons specified in
the BUGS section of the alloca(3) manpage.  In particular, when
the number of TCP sockets is several tens of thousand, trying to
"sysctl -a" would SIGSEGV on the net.inet.tcp.pcblist entry (it
would exceed the stacksize ulimit, in an undetectable manner).

Reported by:	Igor Sysoev
2006-09-06 20:15:43 +00:00
..
Makefile style.Makefile(5): 2004-02-23 20:25:27 +00:00
sysctl.8 -mdoc sweep. 2005-11-18 10:36:29 +00:00
sysctl.c While convenient, avoid using alloca() for reasons specified in 2006-09-06 20:15:43 +00:00