From ccfa271f8be0f7c210713e043246b2ece75c2a87 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 13 Jun 2014 17:38:32 -0300 Subject: libio: Update tst-fmemopen2.c This patch updates tst-fmemopen2 to check for fmemopen with NULL buffer inputs and also refactor the code a bit. The test relies on a POSIX compliant fmemopen implementation. * stdio-common/tst-fmemopen2.c (do_test): Add test for NULL and zero length buffers. * stdio-common/tst-fmemopen.c (do_test): Refactor to use test-skeleton.c. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1cf34d58d4..66892209f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-07-08 Adhemerval Zanella + * stdio-common/tst-fmemopen2.c (do_test): Add test for NULL and zero + length buffers. + * stdio-common/tst-fmemopen.c (do_test): Refactor to use + test-skeleton.c. + [BZ #6544] [BZ #11216] [BZ #12836] -- cgit 1.4.1