From 2f1a30c403fa1e2cd15d6bbac07717e870c18740 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 18 Dec 2014 07:29:12 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 825afc1e27..039e373f1a 100755 --- a/ChangeLog +++ b/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).