diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 07b4cec43d..1c838441e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2018-08-13 Florian Weimer <fweimer@redhat.com> + * misc/error.c (error): Add missing va_end call. + (error_at_line): Likewise. + +2018-08-13 Florian Weimer <fweimer@redhat.com> + * stdlib/mbstowcs.c (mbstowcs): Remove outdated comment. 2018-08-11 Siddhesh Poyarekar <siddhesh@sourceware.org> |