diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-09-28 18:20:40 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-09-28 18:21:39 +0530 |
commit | 4573c6b09884a93fffa3a754678ef881cadebfb3 (patch) | |
tree | 89734fdb5480204f4bf4ad5c0977c39a5265ec2f /NEWS | |
parent | 784421e72b926d027398ee93c6c2f1ddad549c6a (diff) | |
download | glibc-4573c6b09884a93fffa3a754678ef881cadebfb3.tar.gz glibc-4573c6b09884a93fffa3a754678ef881cadebfb3.tar.xz glibc-4573c6b09884a93fffa3a754678ef881cadebfb3.zip |
Adjust wide data buffer pointers during fseek and ftell
[BZ #14543] Set the internal buffer state correctly whenever the external buffer state is modified by fseek by either computing the current _IO_read_ptr/end for the internal buffer based on the new _IO_read_ptr in the external buffer or converting the content read into the external buffer, up to the extent of the requested fseek offset.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index c0a671de21..70ddcbe93c 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,7 @@ Version 2.17 14090, 14150, 14151, 14154, 14157, 14166, 14173, 14195, 14237, 14252, 14283, 14298, 14303, 14307, 14328, 14331, 14336, 14337, 14347, 14349, 14376, 14459, 14476, 14505, 14510, 14516, 14518, 14519, 14530, 14532, - 14538, 14544, 14545, 14562, 14576, 14579, 14583, 14587, 14621. + 14538, 14543, 14544, 14545, 14562, 14576, 14579, 14583, 14587, 14621. * Support for STT_GNU_IFUNC symbols added for s390 and s390x. Optimized versions of memcpy, memset, and memcmp added for System z10 and |