summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-18 07:29:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-18 07:29:12 -0600
commit6b46e7ce4495734bb90ad3672d82f361eb9a1ca0 (patch)
tree05385ac1b6e2d4b2827a3788caa41336af0cf6a1 /nuttx/ChangeLog
parente04e4b5a1fb14107f39d2133158c7a7ba3eaf3c4 (diff)
downloadnuttx-6b46e7ce4495734bb90ad3672d82f361eb9a1ca0.tar.gz
nuttx-6b46e7ce4495734bb90ad3672d82f361eb9a1ca0.tar.bz2
nuttx-6b46e7ce4495734bb90ad3672d82f361eb9a1ca0.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 825afc1e2..039e373f1 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9256,3 +9256,6 @@
size allocation by one to hold a NUL terminator. This changes reduces
the configured name size by one so that no additional memory is used
(2014-12-17).
+ * drivers/wireless/cc3000/cc3000.c: CC3000 Fix: Data can be unaligned.
+ When dereferenced as an input ntosh(), a bad value is returned.
+ Reported by Alan Carvalho de Assis (2014-12-18).