]> granicus.if.org Git - php/commitdiff
MFH: fix CLI leaks when using malformed option string
authorAntony Dovgal <tony2001@php.net>
Mon, 15 Nov 2004 14:08:33 +0000 (14:08 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 15 Nov 2004 14:08:33 +0000 (14:08 +0000)
sapi/cli/php_cli.c

index 2af1cb7ce3727fc95eadf4e6ccdc8f4a191abdc8..5e04ea6eca29e330d76bd200ba268ded584d9b39 100644 (file)
@@ -870,7 +870,7 @@ int main(int argc, char *argv[])
                if (param_error) {
                        PUTS(param_error);
                        exit_status=1;
-                       goto out_err;
+                       goto err;
                }
 
                CG(interactive) = interactive;