randall.s.becker@xxxxxxxxxx writes: > From: "Randall S. Becker" <randall.becker@xxxxxxxxxxxx> > > The strbuf_write_fd method does not check whether the buffer exceeds > MAX_IO_SIZE on the target platform. This fix replaces the use of that > method with write_in_full, which does. Since this is the only use of > strbuf_write_fd, and since the method was unsafe, it has been removed > from strbuf.c and strbuf.h. Excellent. Thanks. Will queue.