|
Bugzilla – Full Text Bug Listing |
| Summary: | gnome-moz-remote "buffer overflow detected" | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Jon Nelson <jnelson-suse> |
| Component: | GNOME | Assignee: | Stanislav Brabec <sbrabec> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | security-team |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jon Nelson
2005-12-30 04:35:51 UTC
Bug in library: gnome_segv --help Použití: gnome_segv [VOLBY...] Volby GNOME --disable-sound Zakáže použití zvukového serveru --enable-sound Povolí použití zvukového serveru *** buffer overflow detected ***: gnome_segv terminated --espeaker=POČÍTAČ:PORT Neúspěšně ukončen (SIGABRT) gnome-libs has its own popt - it is a version from about 1998. It fails on popthelp.c: sprintf(format, "%%.%ds\n%%%ds", (int) (ch - help), indentLength); Replacing with system popt fixes this problem. Patched to use system popt. |