]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix rt/tst-aio64.c as well, and mention login/tst-utmp.c in ChangeLog
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 11 Jun 2016 21:59:27 +0000 (14:59 -0700)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 11 Jun 2016 21:59:27 +0000 (14:59 -0700)
(it was fixed in previous commit).

ChangeLog
rt/tst-aio64.c

index 88a7b6392bd2c807238e460740f5a613c16bf4b8..36c3437b3082cb4e379cc40b1065f45aef8e2b5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,11 +7,13 @@
        * io/tst-fcntl.c (do_prepare): Likewise.
        * libio/tst-fopenloc.c (do_bz17916): Likewise.
        * libio/tst-mmap2-eofsync.c (do_prepare): Likewise.
+       * login/tst-utmp.c (do_prepare): Likewise.
        * posix/tst-exec.c (do_prepare): Likewise.
        * posix/tst-pathconf.c (prepare): Likewise.
        * posix/tst-spawn.c (do_prepare): Likewise.
        * posix/tst-truncate.c (do_prepare): Likewise.
        * rt/tst-aio.c (do_prepare): Likewise.
+       * rt/tst-aio64.c (do_prepare): Likewise.
 
 2016-06-11  Florian Weimer  <fweimer@redhat.com>
 
index f67485c878655ad585e1e34dbb837043f1b53bb4..5a47e4d0d234b754a45913e620ecf12bcf0389c7 100644 (file)
@@ -52,7 +52,7 @@ do_prepare (int argc, char *argv[])
   size_t name_len;
 
   name_len = strlen (test_dir);
-  name = malloc (name_len + sizeof ("/aioXXXXXX"));
+  name = xmalloc (name_len + sizeof ("/aioXXXXXX"));
   mempcpy (mempcpy (name, test_dir, name_len),
           "/aioXXXXXX", sizeof ("/aioXXXXXX"));