|
Bugzilla – Full Text Bug Listing |
| Summary: | fontforge-20061220-5 : 'pt' is used uninitialized in this function | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | David Binderman <dcb314> |
| Component: | Other | Assignee: | Mike Fabian <mfabian> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | bugzilla-242363-uninitialized-variable.patch | ||
*** This bug has been marked as a duplicate of bug 240922 *** Created attachment 117662 [details]
bugzilla-242363-uninitialized-variable.patch
The patch I used.
Fixed package submitted to STABLE and to the openSUSE build service. Reported upstream. |
I just tried to compile package fontforge-20061220-5 with the GNU C compiler version 4.3 snapshot 20070202. The compiler said ustring.c:676: warning: 'pt' is used uninitialized in this function The source code is char *utf8_2_latin1_copy(const char *utf8buf) { Suggest initialise local variable pt in the routine before first use.