diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-02 22:45:42 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-04 06:35:54 +0300 |
commit | 464aa113b70b30ab9b1b00d1de5ccf4b0230b720 (patch) | |
tree | 59a06cd57ef8e2dca6793a7947478959a99ebe6e | |
parent | 1662deffd0ced2464647ebff013be4d5ad398594 (diff) | |
download | egawk-464aa113b70b30ab9b1b00d1de5ccf4b0230b720.tar.gz egawk-464aa113b70b30ab9b1b00d1de5ccf4b0230b720.tar.bz2 egawk-464aa113b70b30ab9b1b00d1de5ccf4b0230b720.zip |
ChangeLog entries for errors on partially closed two-way pipes.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2016-04-02 Arnold D. Robbins <arnold@skeeve.com> + + * builtin.c (do_printf): If the redirection is two way but the + fp is NULL, it means we're writing to the closed write-end of + a two-way pipe. Issue a fatal error message. + (do_print): Ditto. + (do_print_rec): Ditto. + * io.c (do_getline_redir): Same thing for reading from a closed + read end of a two-way pipe. Fatal error. + 2016-03-14 Arnold D. Robbins <arnold@skeeve.com> * io.c (socketopen): For SOCK_DGRAM, set read_len to sizeof |