|
Bugzilla – Full Text Bug Listing |
| Summary: | pango_default_break broken when called with empty text | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Radek Doulik <rodo> |
| Component: | GNOME | Assignee: | E-mail List <bnc-team-gnome-build> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | ||
| Version: | Alpha 6 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 272405 | ||
| Attachments: | proposed patch | ||
Created attachment 154334 [details]
proposed patch
upstream bug: http://bugzilla.gnome.org/show_bug.cgi?id=462137 Submitted the altered upstream fix. *** Bug 272405 has been marked as a duplicate of this bug. *** Changing to component GNOME. Sorry for the spam. |
this function corrupts memory when called with empty text, like pango_default_break ("", 0, -1, NULL, attrs, 1); attached patch fixes the problem.