CVS commit: src/libexec/telnetd

2023-09-22 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Fri Sep 22 15:28:36 UTC 2023 Modified Files: src/libexec/telnetd: state.c Log Message: 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 las

CVS commit: src/libexec/telnetd

2023-09-22 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Fri Sep 22 15:28:36 UTC 2023 Modified Files: src/libexec/telnetd: state.c Log Message: 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 las

CVS commit: src/libexec/telnetd

2023-09-21 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Thu Sep 21 14:00:34 UTC 2023 Modified Files: src/libexec/telnetd: telnetd.c Log Message: Fix memory leak - free resources allocated by getaddrinfo To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/libexec/telnetd/te

CVS commit: src/libexec/telnetd

2023-09-21 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Thu Sep 21 14:00:34 UTC 2023 Modified Files: src/libexec/telnetd: telnetd.c Log Message: Fix memory leak - free resources allocated by getaddrinfo To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/libexec/telnetd/te

CVS commit: src/libexec/telnetd

2022-08-26 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Fri Aug 26 22:01:20 UTC 2022 Modified Files: src/libexec/telnetd: utility.c Log Message: Fix CVE-2020-10188 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/libexec/telnetd/utility.c Please note that diffs are

CVS commit: src/libexec/telnetd

2022-08-26 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Fri Aug 26 22:01:20 UTC 2022 Modified Files: src/libexec/telnetd: utility.c Log Message: Fix CVE-2020-10188 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/libexec/telnetd/utility.c Please note that diffs are

CVS commit: src/libexec/telnetd

2022-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 26 19:30:44 UTC 2022 Modified Files: src/libexec/telnetd: telnetd.c Log Message: telnetd: fix the crash that's been talked about the past couple days. (Move initialization of the slc table earlier so it doesn't get acce

CVS commit: src/libexec/telnetd

2022-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 26 19:30:44 UTC 2022 Modified Files: src/libexec/telnetd: telnetd.c Log Message: telnetd: fix the crash that's been talked about the past couple days. (Move initialization of the slc table earlier so it doesn't get acce

CVS commit: src/libexec/telnetd

2019-08-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Aug 15 01:15:21 UTC 2019 Modified Files: src/libexec/telnetd: sys_term.c telnetd.c Log Message: telnetd: Stop defining the same variables concurrently in bss and data auth_level and require_secure_login were defined in two pla

CVS commit: src/libexec/telnetd

2019-08-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Aug 15 01:15:21 UTC 2019 Modified Files: src/libexec/telnetd: sys_term.c telnetd.c Log Message: telnetd: Stop defining the same variables concurrently in bss and data auth_level and require_secure_login were defined in two pla