Author: malat-guest Date: 2009-08-30 10:47:19 +0000 (Sun, 30 Aug 2009) New Revision: 3830
Modified: trunk/packages/dicom3tools/trunk/debian/patches/20_gcc4.3.patch Log: BUG: Fix seg fault, thanks To Steve M. Robbins for report + patch Modified: trunk/packages/dicom3tools/trunk/debian/patches/20_gcc4.3.patch =================================================================== --- trunk/packages/dicom3tools/trunk/debian/patches/20_gcc4.3.patch 2009-08-30 04:31:21 UTC (rev 3829) +++ trunk/packages/dicom3tools/trunk/debian/patches/20_gcc4.3.patch 2009-08-30 10:47:19 UTC (rev 3830) @@ -823,7 +823,7 @@ - return string=ost.str(); + string = strdup( ost.str().c_str() ); -+ //return string=ost.str(); ++ return string; } diff -u -r dicom3tools_1.00.snapshot.20081122.orig/libsrc/src/generic/bnopti.cc dicom3tools_1.00.snapshot.20081122/libsrc/src/generic/bnopti.cc _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
