X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fburst.c;h=591d7f4b508c6404c9a04e55fb27cd95eb156c9e;hb=a1a744d898ec8842871dca302e6ae54d9233413f;hp=37dc9b17d8871c941027fe1c385685dd51fb797c;hpb=cf1205b5cbea2f0cd6ea710ec16c637df85b647c;p=mmh diff --git a/uip/burst.c b/uip/burst.c index 37dc9b1..591d7f4 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -7,6 +7,7 @@ */ #include +#include #include #include #include @@ -117,7 +118,7 @@ main(int argc, char **argv) seq_setprev(mp); /* set the previous-sequence */ smsgs = (struct smsg *) - calloc((size_t) (MAXFOLDER + 2), sizeof(*smsgs)); + mh_xcalloc((size_t) (MAXFOLDER + 2), sizeof(*smsgs)); if (smsgs == NULL) adios(EX_OSERR, NULL, "unable to allocate burst storage");