[Bug 410263] Re: gst-doc crashed with SIGSEGV in vfprintf()

Paolo Bonzini bonzini at gnu.org
Thu Sep 3 22:09:05 UTC 2009


Fixed upstream by 8819a0d5

diff --git a/gst-tool.c b/gst-tool.c
index 642cdb7..1d6a464 100644
--- a/gst-tool.c
+++ b/gst-tool.c
@@ -338,7 +338,7 @@ parse_short_options (const char *name, const char *arg)
         }
 
       else /* if (have_arg == OPT_MANDATORY) */
-        option_error ("expected argument for option -%s", name[-1]);
+        option_error ("expected argument for option -%c", short_opt);
     }
 
   return 1;

-- 
gst-doc crashed with SIGSEGV in vfprintf()
https://bugs.launchpad.net/bugs/410263
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list