diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2013-05-16 21:55:09 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2013-05-21 17:21:05 +0000 |
commit | 47c22455d4502b1262e9d7def5d4da64e58aa304 (patch) | |
tree | bbaec5e3281439e27bcf5527d271ad0d567d1b89 /ChangeLog | |
parent | 3d04f5db20c8f0d1ba3881b5f5373586a18cf188 (diff) | |
download | glibc-47c22455d4502b1262e9d7def5d4da64e58aa304.zip glibc-47c22455d4502b1262e9d7def5d4da64e58aa304.tar.gz glibc-47c22455d4502b1262e9d7def5d4da64e58aa304.tar.bz2 |
Test getaddrinfo return value
This helps testing for regression of BZ#15339. Creation of network
isolated environments is a privileged operation and therefore is not
included to the test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-05-21 Dmitry V. Levin <ldv@altlinux.org> + + [BZ #15339] + * posix/tst-getaddrinfo4.c: New test. + * posix/Makefile (tests): Add it. + 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com> [BZ #15339] |