9 Mar
2023
9 Mar
'23
12:59 p.m.
On Thu Mar 9 12:55:34 2023 +0000, Jinoh Kang wrote:
`fprintf` is not async-signal-safe. For example, if the signal occured during a malloc() call or I/O housekeeping, this could lead to an infinite signal trigger loop.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2126#note_26519