summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cce091587..b27800419 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3873,3 +3873,5 @@
to build it first.
* arch/arm/src/lpc17xx/lpc17_syscon.h: Correct some typos in bit
definitions (from Rommel Marcelo).
+ * libc/string/lib_strndup.c: strndup() should use strnlen(), not
+ strlen(), to determine the size of the string.