Re: CVS commit: othersrc/crypto/external/bsd/ssss/dist/src/libssss

2012-02-17 Thread Christos Zoulas
In article 20120217021118.ca61c17...@cvs.netbsd.org, Alistair G. Crooks source-changes-d@NetBSD.org wrote: +{ + if ((share-io.base = calloc(1, size)) == NULL) { + (void) fprintf(stderr, allocate: can't calloc %zu\n, size); warn() + __func__ instead? christos

Re: CVS commit: othersrc/crypto/external/bsd/ssss/dist/src/libssss

2012-02-17 Thread Alistair Crooks
On Fri, Feb 17, 2012 at 02:18:00PM +, Christos Zoulas wrote: In article 20120217021118.ca61c17...@cvs.netbsd.org, Alistair G. Crooks source-changes-d@NetBSD.org wrote: +{ +if ((share-io.base = calloc(1, size)) == NULL) { +(void) fprintf(stderr, allocate: can't calloc