Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-12-18 07:29:12 -06:00
parent 93a21d2872
commit 2f1a30c403
1 changed files with 3 additions and 0 deletions

View File

@ -9256,3 +9256,6 @@
size allocation by one to hold a NUL terminator. This changes reduces 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 the configured name size by one so that no additional memory is used
(2014-12-17). (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).