[Bug 76398] [libc] stdio can lose data in the presence of signals

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 27 Jan 2022 23:14:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=76398

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=72d5dedfa69fa74801d19dd17c49867882d73d97

commit 72d5dedfa69fa74801d19dd17c49867882d73d97
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-01-25 21:56:08 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-01-27 23:09:47 +0000

    stdio: add test for 86a16ada1ea608408cec370: fflush() handling of errors

    PR:     76398
    Reviewed by:    emaste, markj
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D34044

 lib/libc/tests/stdio/Makefile           |   2 +
 lib/libc/tests/stdio/eintr_test.c (new) | 143 ++++++++++++++++++++++++++++++++
 2 files changed, 145 insertions(+)

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