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