Re: [PATCH v5 8/8] convert: Update subprocess_read_status to not die on EOF

2017-04-10 Thread Lars Schneider
> On 07 Apr 2017, at 14:03, Ben Peart wrote: > > Enable sub-processes to gracefully handle when the process dies by > updating subprocess_read_status to return an error on EOF instead of > dying. > > Update apply_multi_file_filter to take advantage of the revised >

[PATCH v5 8/8] convert: Update subprocess_read_status to not die on EOF

2017-04-07 Thread Ben Peart
Enable sub-processes to gracefully handle when the process dies by updating subprocess_read_status to return an error on EOF instead of dying. Update apply_multi_file_filter to take advantage of the revised subprocess_read_status. Signed-off-by: Ben Peart --- convert.c