From 5a84a2ef341bca29a7e768e93e0717f566736fb8 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Jul 19 2006 13:19:05 +0000 Subject: - fix double free corruption in ppmtompeg --- diff --git a/netpbm-10.33-ppmtompeg.patch b/netpbm-10.33-ppmtompeg.patch index d5506d1..b6a64a7 100644 --- a/netpbm-10.33-ppmtompeg.patch +++ b/netpbm-10.33-ppmtompeg.patch @@ -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); + } diff --git a/netpbm.spec b/netpbm.spec index a2833b4..56ae757 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -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 10.34-2 +- fix double free corruption in ppmtompeg (#199409), + thanks to Milan Zazrivec + * Wed Jul 12 2006 Jesse Keating - 10.34-1.1 - rebuild