X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsh.c;h=6bb6f06d262fa99053c68a214cf586d64f04fa1b;hb=6b74eb547bce7c4436fc366073321b2f480c30da;hp=2769c240af70be88ca2b5373a260f599759a868f;hpb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;p=mmh diff --git a/uip/msh.c b/uip/msh.c index 2769c24..6bb6f06 100644 --- a/uip/msh.c +++ b/uip/msh.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #ifdef HAVE_TERMIOS_H @@ -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;