From 5b7e51cd2d29a5df3fa13c960a81693964a6ed18 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 11 Dec 2014 06:23:19 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e69298b3a8..765782dee8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9196,4 +9196,6 @@ Bouteville (2014-12-10). * nuttx/drivers/mtd/m25px.c; M25P serial flash driver: Add subsector size of the M24P16 part. From Lazlo (2014-12-10). - + * libc/string/lib_strncpy.c: Commit d0c76ccacf0dc8988f9617ad82bf4349f456bb08 + will trash a lot of memory if n == 0. From Yasuhiro Osaki (2014-12-11). +