diff options
author | Florian Weimer <fweimer@redhat.com> | 2012-07-31 09:55:38 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2012-07-31 09:55:38 +0200 |
commit | 2bc1387273d2123398fc12133643ea2bc02a2cd1 (patch) | |
tree | 948b6ffa11294e3abec2f4d41c5e53b0147acc40 /ChangeLog | |
parent | bea9b19322c77265033a068ac60c95a37e798a80 (diff) | |
download | glibc-2bc1387273d2123398fc12133643ea2bc02a2cd1.tar.gz glibc-2bc1387273d2123398fc12133643ea2bc02a2cd1.tar.xz glibc-2bc1387273d2123398fc12133643ea2bc02a2cd1.zip |
secure_getenv test should write errors to standard output
This way, they end up in the log file. Also skip the test if no GID can be found.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e608ac4c1b..3b8e8a93ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-07-31 Florian Weimer <fweimer@redhat.com> + + * stdlib/tst-secure-getenv.c: Use printf for error reporting. + Exit with zero in case no suitable GID is found, and write a + message to standard error. + 2012-07-30 Roland McGrath <roland@hack.frob.com> * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX |