diff options
author | Jim Blandy <jimb@codesourcery.com> | 2012-10-22 17:12:17 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-22 17:12:17 +0000 |
commit | 6fb54a225415a91050eb004d05bc62d6c3ca2b53 (patch) | |
tree | 5ac6cc960e031708a92f7d0308c2c3618943c6b5 /ChangeLog | |
parent | 2b4a59f535079f07d7d63c3bab98e67263092c71 (diff) | |
download | glibc-6fb54a225415a91050eb004d05bc62d6c3ca2b53.tar.gz glibc-6fb54a225415a91050eb004d05bc62d6c3ca2b53.tar.xz glibc-6fb54a225415a91050eb004d05bc62d6c3ca2b53.zip |
Don't pass shell loops' stdin to programs run on glibc's host.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 296bc423d1..221bc542d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-10-22 Jim Blandy <jimb@codesourcery.com> + Joseph Myers <joseph@codesourcery.com> + + * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from + /dev/null. + * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop + from /dev/null + * posix/tst-getconf.sh: Redirect getconf stdin in loop from + /dev/null. + 2012-10-22 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE): |