summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 36a7fbc5c..29bab006a 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -842,4 +842,6 @@
(2014-2-20).
* nshlib/Kconfig: Use CONFIG_DEFAULT_SMALL in selecting default
settings (2014-2-20).
+ * nshlib/nsh_telnetd.c: Use strncpy vs strcpy to avoid overrun the
+ username and password buffers. From Bertold Van den Bergh (2014-2-22).