summarylogtreecommitdiffstats
path: root/0001-telnetd-Fix-buffer-overflows.patch
diff options
context:
space:
mode:
authorChris Severance2019-01-14 11:51:04 -0500
committerChris Severance2019-01-14 11:51:04 -0500
commit77a03465c10ab3d7b8cf1bdd380bcf076476851f (patch)
tree15fa3a606b2fee0538d0369e108a65d7ad047783 /0001-telnetd-Fix-buffer-overflows.patch
parent21a3a1e8e6703e4c1f1409854f2abe7c5f316313 (diff)
downloadaur-77a03465c10ab3d7b8cf1bdd380bcf076476851f.tar.gz
autu: Update to 1.9.4.r42.ga4a331b7-1 Remove changelog from patch
Diffstat (limited to '0001-telnetd-Fix-buffer-overflows.patch')
-rw-r--r--0001-telnetd-Fix-buffer-overflows.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/0001-telnetd-Fix-buffer-overflows.patch b/0001-telnetd-Fix-buffer-overflows.patch
index 5742a2c67c72..ae4460c5f3d3 100644
--- a/0001-telnetd-Fix-buffer-overflows.patch
+++ b/0001-telnetd-Fix-buffer-overflows.patch
@@ -7,26 +7,10 @@ Increate the data buffers so that the terminating NUL fits. Use strlen
instead of sizeof to cope with the buffers size increase and to make
the code future-proof.
---
- ChangeLog | 7 +++++++
telnetd/telnetd.c | 6 +++---
telnetd/termstat.c | 34 +++++++++++++++++-----------------
3 files changed, 27 insertions(+), 20 deletions(-)
-diff --git a/ChangeLog b/ChangeLog
-index ea93a846..99157ea1 100644
---- a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,10 @@
-+2017-07-11 Guillem Jover <guillem@hadrons.org>
-+
-+ * telnetd/telnetd.c (telnetd_run): Increate the data buffer so that
-+ the terminating NUL fits. Use strlen instead of sizeof to cope with
-+ the buffer size increase and make the code future-proof.
-+ * telnetd/termstat.c (localstat, flowstat, clientstat): Likewise.
-+
- 2017-07-10 Omer Anson <oaanson@gmail.com> (tiny change)
-
- * src/hostname.c (parse_file): Free name and allocate one extra
diff --git a/telnetd/telnetd.c b/telnetd/telnetd.c
index 5e13e23d..917a3355 100644
--- a/telnetd/telnetd.c