update debian/copyright
[gnulib.git] / ChangeLog
index 64e0e63..eb14045 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-04-24  Bruno Haible  <bruno@clisp.org>
+
+       vasnprintf: Correct errno value in case of out-of-memory.
+       * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
+       or sprintf. Use the errno value from SNPRINTF or sprintf.
+       Reported by Ian Beckwith <ianb@erislabs.net>.
+
 2010-04-20  Andreas Gruenbacher  <agruen@suse.de>
 
        * build-aux/bootstrap: Use "git -h" for testing for supported options