X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmsh.c;fp=uip%2Fmsh.c;h=eeb87a10151ed6854b7175ba96b5cb78eeb52e00;hp=2769c240af70be88ca2b5373a260f599759a868f;hb=ba32dee02e85132dd8bd05fae876692d61c50053;hpb=077b355833f623241d5d145810b91da60e4c260c diff --git a/uip/msh.c b/uip/msh.c index 2769c24..eeb87a1 100644 --- a/uip/msh.c +++ b/uip/msh.c @@ -754,7 +754,7 @@ setup (char *file) if (!(mp = (struct msgs *) calloc ((size_t) 1, sizeof(*mp)))) padios (NULL, "unable to allocate folder storage"); - if (!(mp->msgstats = calloc ((size_t) 1, msgp + 3))) + if (!(mp->msgstats = calloc ((size_t) msgp + 3, sizeof(*(mp->msgstats))))) padios (NULL, "unable to allocate message status storage"); mp->hghmsg = msgp;