X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsh.c;h=6bb6f06d262fa99053c68a214cf586d64f04fa1b;hb=de84e33cbf49bf0e70ad010d58ab9893c5438cff;hp=41cf5102a9d8f15dabc72c83804dc0f6e3b32cda;hpb=794dab6aa5027ffaf024506140c258f6a0a9322d;p=mmh diff --git a/uip/msh.c b/uip/msh.c index 41cf510..6bb6f06 100644 --- a/uip/msh.c +++ b/uip/msh.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #ifdef HAVE_TERMIOS_H @@ -67,7 +67,7 @@ static struct swit switches[] = { #define VERSIONSW 13 { "version", 0 }, #define HELPSW 14 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -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;