NetBSD/libexec/telnetd
shm 5c6084d50b Fix off by one in telrcv()
In case of "\r" in the data buffer, the code was unconditionally looking ahead
to next character, even if "\r" was last character in the buffer. That
condition leads to read outside of the data (one byte after the array)

Thanks christos@ for the review
2023-09-22 15:28:36 +00:00
..
Makefile add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts 2018-02-25 00:16:48 +00:00
authenc.c
defs.h
ext.h Don't play #define games with extern, just have a separate list to avoid commons 2020-04-23 00:03:40 +00:00
global.c Don't play #define games with extern, just have a separate list to avoid commons 2020-04-23 00:03:40 +00:00
pathnames.h
slc.c s/varaible/variable/ and s/varible/variable/ in comments. 2022-11-01 19:45:35 +00:00
state.c Fix off by one in telrcv() 2023-09-22 15:28:36 +00:00
sys_term.c telnetd: Stop defining the same variables concurrently in bss and data 2019-08-15 01:15:21 +00:00
telnetd.8 Remove mention of SPX. 2018-12-15 23:23:51 +00:00
telnetd.c Fix memory leak - free resources allocated by getaddrinfo 2023-09-21 14:00:34 +00:00
telnetd.h
termstat.c
utility.c Fix CVE-2020-10188 2022-08-26 22:01:20 +00:00