[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#720352: fwrite: crash upon failed write(2)



Note that it's not only upon ENOSPC, EPIPE will do as well:

$ yes | (trap '' PIPE; tr a b) | :
zsh: broken pipe         yes |
zsh: segmentation fault  ( trap '' PIPE; tr a b; )


Reply to: