Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShoichi Sakon <s-sakon@ap.jp.nec.com>2015-08-03 22:51:16 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-08-03 22:51:35 +0300
commit001ef5af395d6e940a9a6ea10d9f03dcef13536e (patch)
tree9e84326ccfe0f2e2b31fd296c071433f76c0e673 /newlib/ChangeLog
parent09d458b5c7316cc6ccf3a9a153b94d09b0119305 (diff)
Fix wscanf family positional parameter handling in %lc, %ls, %l[]
* libc/stdio/vfwscanf.c (__SVFWSCANF_R): Convert wrong usage of va_arg to GET_ARG in %lc, %ls nad %l[] cases. Fix unterminated string in %l[] case. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 6d84d7104..6500651f5 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2015-08-03 Shoichi Sakon <s-sakon@ap.jp.nec.com>
+
+ * libc/stdio/vfwscanf.c (__SVFWSCANF_R): Convert wrong usage of va_arg
+ to GET_ARG in %lc, %ls nad %l[] cases. Fix unterminated string in %l[]
+ case.
+
2015-07-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/sys/rtems/include/sys/lock.h (__LOCK_INIT_RECURSIVE): Use