remove incorrect fflush from assert failure handler
authorRich Felker <dalias@aerifal.cx>
Wed, 14 Oct 2020 14:55:55 +0000 (10:55 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 15 Oct 2020 00:27:12 +0000 (20:27 -0400)
commit47baa0301ffc18e62239588a521440dede3adb7e
tree903c7b00263f42f0518a85a577b912ff56a94571
parentda845d52c5a8bee206fae899654e393d725a287f
remove incorrect fflush from assert failure handler

assert is not specified to flush open stdio streams, and doing so can
block indefinitely waiting for a lock already held or an output
operation to a file that can't accept more output until an
unsatisfiable condition is met.
src/exit/assert.c