summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-24 07:21:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-24 07:21:56 -0600
commit08f190c7ebb67f1b034fc39b393351de47b53a13 (patch)
tree246dfd90d24bdc80c1e2cdd295d0fa308e482e3c /apps/ChangeLog.txt
parentc4c5e3cee054900b6b9d7474b70904958391997c (diff)
downloadnuttx-08f190c7ebb67f1b034fc39b393351de47b53a13.tar.gz
nuttx-08f190c7ebb67f1b034fc39b393351de47b53a13.tar.bz2
nuttx-08f190c7ebb67f1b034fc39b393351de47b53a13.zip
Telnetd: Missing argument in debug statement can cause crash in certain error conditions. From David Sidrane
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index df258de8c..8c9dd72a7 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -690,4 +690,7 @@
/dev/random (2013-10-20).
* apps/examples/cc3000: Extensions and enhancements from David
Sidrane (2013-10-23).
+ * apps/netutils/telnetd/telnetd_driver.c: Missing argument to
+ debug statement can cause crashes in certain error conditions.
+ From David Sidrane (2013-10-24).