diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-12-04 08:13:28 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-12-04 08:13:28 +0530 |
commit | fe8b4d98e9ac371238388469cb74011cb2120343 (patch) | |
tree | bd78796417f00a31e2112af9fa724b0b732731b0 /NEWS | |
parent | 61b4f792e03facb456036b3f631d58d4f53b8075 (diff) | |
download | glibc-fe8b4d98e9ac371238388469cb74011cb2120343.tar glibc-fe8b4d98e9ac371238388469cb74011cb2120343.tar.gz glibc-fe8b4d98e9ac371238388469cb74011cb2120343.tar.bz2 glibc-fe8b4d98e9ac371238388469cb74011cb2120343.zip |
Reset cached offset when reading to end of stream (BZ #17653)
POSIX allows applications to switch file handles when a read results
in an end of file. Unset the cached offset at this point so that it
is queried again.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Version 2.21 16619, 16740, 16857, 17192, 17266, 17344, 17363, 17370, 17371, 17411, 17460, 17475, 17485, 17501, 17506, 17508, 17522, 17555, 17570, 17571, 17572, 17573, 17574, 17581, 17582, 17583, 17584, 17585, 17589, 17594, - 17601, 17608, 17616, 17625, 17633, 17647, 17664, 17665, 17668. + 17601, 17608, 17616, 17625, 17633, 17647, 17653, 17664, 17665, 17668. * CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag under certain input conditions resulting in the execution of a shell for |