This commit is contained in:
parent
2345623d21
commit
39334fb612
11
bugzilla-242363-uninitialized-variable.patch
Normal file
11
bugzilla-242363-uninitialized-variable.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -ru fontforge-20061220/Unicode/ustring.c fontforge-20061220.new/Unicode/ustring.c
|
||||||
|
--- fontforge-20061220/Unicode/ustring.c 2006-03-13 00:16:56.000000000 +0100
|
||||||
|
+++ fontforge-20061220.new/Unicode/ustring.c 2007-02-06 17:00:57.000000000 +0100
|
||||||
|
@@ -683,6 +683,7 @@
|
||||||
|
|
||||||
|
len = strlen(utf8buf);
|
||||||
|
lbuf = galloc(len+1);
|
||||||
|
+ pt = lbuf;
|
||||||
|
for ( upt=utf8buf; (ch=utf8_ildb(&upt))!='\0'; )
|
||||||
|
if ( ch>=0xff )
|
||||||
|
*pt++ = '?';
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 06 17:06:16 CET 2007 - mfabian@suse.de
|
||||||
|
|
||||||
|
- Bugzilla #242363: uninitialized variable.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 03 11:43:21 CET 2007 - mfabian@suse.de
|
Wed Jan 03 11:43:21 CET 2007 - mfabian@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Autoreqprov: on
|
|||||||
Obsoletes: PfaEdit
|
Obsoletes: PfaEdit
|
||||||
Provides: PfaEdit
|
Provides: PfaEdit
|
||||||
Version: 20061220
|
Version: 20061220
|
||||||
Release: 1
|
Release: 5
|
||||||
URL: http://fontforge.sourceforge.net/
|
URL: http://fontforge.sourceforge.net/
|
||||||
Source0: fontforge_full-20061220.tar.bz2
|
Source0: fontforge_full-20061220.tar.bz2
|
||||||
Source1: fontforge_htdocs-20061220.tar.bz2
|
Source1: fontforge_htdocs-20061220.tar.bz2
|
||||||
@ -32,6 +32,7 @@ Source11: %name.png
|
|||||||
Patch0: docdir.patch
|
Patch0: docdir.patch
|
||||||
Patch2: invalid-operation-same-variable-used-twice.patch
|
Patch2: invalid-operation-same-variable-used-twice.patch
|
||||||
Patch3: bugzilla-231126-array-subscript-out-of-range.patch
|
Patch3: bugzilla-231126-array-subscript-out-of-range.patch
|
||||||
|
Patch4: bugzilla-242363-uninitialized-variable.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildPreReq: libjpeg libtiff libpng libungif
|
BuildPreReq: libjpeg libtiff libpng libungif
|
||||||
Summary: A Font Editor
|
Summary: A Font Editor
|
||||||
@ -110,6 +111,8 @@ install -m644 $RPM_SOURCE_DIR/%name.png $RPM_BUILD_ROOT%_datadir/pixmaps/%name.p
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog -n fontforge
|
%changelog -n fontforge
|
||||||
|
* Tue Feb 06 2007 - mfabian@suse.de
|
||||||
|
- Bugzilla #242363: uninitialized variable.
|
||||||
* Wed Jan 03 2007 - mfabian@suse.de
|
* Wed Jan 03 2007 - mfabian@suse.de
|
||||||
- update to 20061220.
|
- update to 20061220.
|
||||||
- remove fontforge-strncat.patch,
|
- remove fontforge-strncat.patch,
|
||||||
|
Loading…
Reference in New Issue
Block a user