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?

christos

Reply via email to