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



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?

christos



Home | Main Index | Thread Index | Old Index