Index: cgi-bin/admin.c =================================================================== --- cgi-bin/admin.c (revision 7982) +++ cgi-bin/admin.c (working copy) @@ -2868,6 +2868,9 @@ while (*ptr == ',' || isspace(*ptr & 255)) ptr ++; + if (!*ptr) + break; + if (*ptr == '\'' || *ptr == '\"') { /* @@ -2933,6 +2936,9 @@ while (*ptr == ',' || isspace(*ptr & 255)) ptr ++; + if (!*ptr) + break; + if (*ptr == '\'' || *ptr == '\"') { /*