about summary refs log tree commit diff
path: root/libio/tst-wfile-sync.input
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-151-0/+1
When computing the length of the converted part of the stdio buffer, use the number of consumed wide characters, not the (negative) distance to the end of the wide buffer.