Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



On Fri, Feb 17, 2012 at 02:18:00PM +0000, Christos Zoulas wrote:
> In article <20120217021118.CA61C175D0%cvs.netbsd.org@localhost>,
> Alistair G. Crooks <source-changes-d%NetBSD.org@localhost> 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


Home | Main Index | Thread Index | Old Index