summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-02 09:15:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-02 09:15:40 -0600
commitd5770d143b1d586930a5e6afab8c2d00b206ceeb (patch)
treeecc628098ad41b04b69c093e003f69bf1d0b8c3e /nuttx/ChangeLog
parentdd44ab0df29a8178b1993b4f943a8766d977f0df (diff)
downloadnuttx-d5770d143b1d586930a5e6afab8c2d00b206ceeb.tar.gz
nuttx-d5770d143b1d586930a5e6afab8c2d00b206ceeb.tar.bz2
nuttx-d5770d143b1d586930a5e6afab8c2d00b206ceeb.zip
sscanf: Use stroul() vs strol() for %u format. From kfrolov
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 54078ff61..3165033ec 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7108,3 +7108,7 @@
DBGU (2014-4-1).
* configs/sama5d3-xplained/nsh: Configurations now use the DBGU for
the serial console (instead of USART1) (2014-4-1).
+ * libc/stdio/lib_sccanf.c: Use stroul() vs strol() with %u format
+ otherwise, range of values is restricted because of sign bit
+ from kfrolov (2014-4-2).
+