Re: [PATCH 0/5] clients: Use the x*alloc routines

2014-05-07 Thread Pekka Paalanen
On Wed, 07 May 2014 02:13:10 + "Bryce W. Harrington" wrote: > As per our discussion last week, here's patches to convert client code > to using xmalloc, xzalloc, xcalloc, and xstrdup where appropriate. > > I opted not to change nested.c, because it looked like errors were > being propagated

[PATCH 0/5] clients: Use the x*alloc routines

2014-05-06 Thread Bryce W. Harrington
As per our discussion last week, here's patches to convert client code to using xmalloc, xzalloc, xcalloc, and xstrdup where appropriate. I opted not to change nested.c, because it looked like errors were being propagated to a higher level for handling, and bombing out on OOM might not be desired?