[Bug stdio/28258] fseek(3) under certain circumstances can loop endlessly with wide character streams

carlos at redhat dot com sourceware-bugzilla@sourceware.org
Mon May 13 21:05:35 GMT 2024


https://sourceware.org/bugzilla/show_bug.cgi?id=28258

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com

--- Comment #3 from Carlos O'Donell <carlos at redhat dot com> ---
Just a note here that glibc supports ",ccs=STRING" which allows the stream to
convert the data in the stream based on that coded character set. Thus when
seeking you need to complete the conversion, which should be possible, and
getting stuck in the loop is certainly a bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list