From 0677af20bb69b91469f0a89aa54bec559a5907e2 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 11 Jun 2016 14:59:27 -0700 Subject: Fix rt/tst-aio64.c as well, and mention login/tst-utmp.c in ChangeLog (it was fixed in previous commit). --- rt/tst-aio64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt') diff --git a/rt/tst-aio64.c b/rt/tst-aio64.c index f67485c..5a47e4d 100644 --- a/rt/tst-aio64.c +++ b/rt/tst-aio64.c @@ -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")); -- cgit v1.1