freebsd-dev/contrib/telnet/telnetd
Gleb Smirnoff f5c44977ff When telnetd(8) composes argument list for login(1), an unexpected sequence
of memory allocation failures combined with insufficient error checking
could result in the construction and execution of an argument sequence that
was not intended.

Fix that treating malloc(3) failures as fatal condition.

Submitted by:	brooks
Security:	FreeBSD-SA-16:36.telnetd
2016-12-06 18:50:22 +00:00
..
authenc.c
defs.h
ext.h
global.c
pathnames.h
slc.c
state.c Make sure that each va_start has one and only one matching va_end, 2012-09-28 07:51:30 +00:00
sys_term.c When telnetd(8) composes argument list for login(1), an unexpected sequence 2016-12-06 18:50:22 +00:00
telnetd.8
telnetd.c Improve upon previous commit: 2014-03-02 03:34:06 +00:00
telnetd.h
termstat.c
utility.c