- fix double free corruption in ppmtompeg

This commit is contained in:
Jindrich Novy 2006-07-19 13:19:05 +00:00
parent 72bfee46ec
commit 5a84a2ef34
2 changed files with 14 additions and 1 deletions

View File

@ -11,3 +11,12 @@
}
#ifdef BLEAH
--- netpbm-10.34/converter/ppm/ppmtompeg/parallel.c.ppmtompeg 2006-07-19 14:53:27.000000000 +0200
+++ netpbm-10.34/converter/ppm/ppmtompeg/parallel.c 2006-07-19 15:11:42.000000000 +0200
@@ -1315,8 +1315,6 @@
TransmitPortNum(masterHostName, masterPortNum, combinePortNum);
close(outputServerSocket);
-
- fclose(ofp);
}

View File

@ -1,7 +1,7 @@
Summary: A library for handling different graphics file formats.
Name: netpbm
Version: 10.34
Release: 1.1
Release: 2
License: freeware
Group: System Environment/Libraries
URL: http://netpbm.sourceforge.net/
@ -187,6 +187,10 @@ rm -rf $RPM_BUILD_ROOT/usr/config_template
%{_mandir}/man5/*
%changelog
* Wed Jul 19 2006 Jindrich Novy <jnovy@redhat.com> 10.34-2
- fix double free corruption in ppmtompeg (#199409),
thanks to Milan Zazrivec
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 10.34-1.1
- rebuild