Bugzilla – Bug 242363
fontforge-20061220-5 : 'pt' is used uninitialized in this function
Last modified: 2007-02-06 16:43:45 UTC
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.
*** 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.