On Fri, Feb 17, 2012 at 02:18:00PM +0000, Christos Zoulas wrote: > In article <[email protected]>, > Alistair G. Crooks <[email protected]> wrote: > >+{ > >+ if ((share->io.base = calloc(1, size)) == NULL) { > >+ (void) fprintf(stderr, "allocate: can't calloc %zu\n", size); > > warn() + __func__ instead?
Indeed, thanks - I'm about to change libssss on a fairly large scale RSN, so I'll do the warn() pass then. Thanks once again, Alistair
