[Bug 266171] Writing to stdout after moving file descriptor 1

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 09 Sep 2022 17:02:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266171

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=2a92854d81a10f02a8e244fe0ea449104bda5400

commit 2a92854d81a10f02a8e244fe0ea449104bda5400
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-09-02 13:39:38 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-09-09 17:01:53 +0000

    libc/stdio: only roll FILE state back on EINTR

    PR:     266171

    (cherry picked from commit 44cf1e5eb470380442fa8e240e213a71b8fe81d4)

 lib/libc/stdio/fflush.c  | 3 ++-
 lib/libc/stdio/fvwrite.c | 5 +++--
 lib/libc/stdio/wbuf.c    | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.