Re: [PATCH] mptutil(8) - capture errors and percolate up to caller

2010-11-08 Thread John Baldwin
On Saturday, November 06, 2010 4:13:23 am Garrett Cooper wrote: Similar to r214396, this patch deals with properly capturing error and passing it up to the caller in mptutil just in case the errno value gets stomped on by warn*(3); this patch deals with an improper use of warn(3), and also

Re: [PATCH] mptutil(8) - capture errors and percolate up to caller

2010-11-08 Thread Garrett Cooper
On Mon, Nov 8, 2010 at 6:58 AM, John Baldwin j...@freebsd.org wrote: On Saturday, November 06, 2010 4:13:23 am Garrett Cooper wrote:     Similar to r214396, this patch deals with properly capturing error and passing it up to the caller in mptutil just in case the errno value gets stomped on by

[PATCH] mptutil(8) - capture errors and percolate up to caller

2010-11-06 Thread Garrett Cooper
Similar to r214396, this patch deals with properly capturing error and passing it up to the caller in mptutil just in case the errno value gets stomped on by warn*(3); this patch deals with an improper use of warn(3), and also some malloc(3) errors, as well as shrink down some static buffers