sedispatch: check read_size
Check read_size to ensure it was a positive number. On receiving a signal, read will return -1 and that will cause big problems for auparse_feed.
Fixes commit 46369d08 ("sedispatch: improve performance")
Author: Steve Grubb sgrubb@redhat.com