about summary refs log tree commit diff
path: root/time
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2022-03-18 21:27:54 +0100
committerFlorian Weimer <fweimer@redhat.com>2022-03-18 21:40:02 +0100
commit88ed43ff0cf2561481de7cba00686386794515d6 (patch)
treedd91c58f23224c5e63b47cc961a55aa279f6c8d3 /time
parent6fece2968a11719e8559098d29b4b9519d8cf57a (diff)
downloadglibc-88ed43ff0cf2561481de7cba00686386794515d6.tar.gz
glibc-88ed43ff0cf2561481de7cba00686386794515d6.tar.xz
glibc-88ed43ff0cf2561481de7cba00686386794515d6.zip
libio: Flush-only _IO_str_overflow must not return EOF (bug 28949)
In general, _IO_str_overflow returns the character passed as an argument
on success.  However, if flush-only operation is requested by passing
EOF, returning EOF looks like an error, and the caller cannot tell
whether the operation was successful or not.

_IO_wstr_overflow had the same bug regarding WEOF.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'time')
0 files changed, 0 insertions, 0 deletions