summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bd4b23dc7..4cee7d79c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2914-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
+ [BZ #17653]
+ * libio/fileops.c (_IO_new_file_underflow): Unset cached
+ offset on EOF.
+ * libio/wfileops.c (_IO_wfile_underflow): Likewise.
+ * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
+ (fgets_func): Function pointer to fgets and fgetws.
+ (do_ftell_test): Add test to verify ftell value after read
+ EOF.
+ (do_test): Set fgets_func.
+
* libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
O_TRUNC flag for w and w+ modes.
(do_rewind_test): Likewise.