Hello community, here is the log from the commit of package LabPlot checked in at Mon Dec 3 23:17:45 CET 2007. -------- --- KDE/LabPlot/LabPlot.changes 2007-10-23 14:03:10.000000000 +0200 +++ /mounts/work_src_done/STABLE/LabPlot/LabPlot.changes 2007-12-03 14:28:04.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Dec 3 14:31:31 CET 2007 - pgajdos@suse.cz + +- fixed buffer overflow (buffer-overflow.patch) + +------------------------------------------------------------------- New: ---- LabPlot-1.5.1.6_buffer-overflow.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ LabPlot.spec ++++++ --- /var/tmp/diff_new_pack.t15040/_old 2007-12-03 23:17:05.000000000 +0100 +++ /var/tmp/diff_new_pack.t15040/_new 2007-12-03 23:17:05.000000000 +0100 @@ -24,12 +24,13 @@ Group: Productivity/Scientific/Other Summary: Data Analysis and Visualization Version: 1.5.1.6 -Release: 73 +Release: 88 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %name-%version.tar.bz2 Patch: FIXME.diff Patch1: %{name}-%{version}_configure.patch Patch2: %{name}-%{version}_missing-includes.patch +Patch3: %{name}-%{version}_buffer-overflow.patch %description LabPlot is for scientific 2D and 3D data and function plotting. The @@ -48,6 +49,7 @@ %patch %patch1 %patch2 +%patch3 . /etc/opt/kde3/common_options update_admin --no-unsermake @@ -88,7 +90,10 @@ /opt/kde3/share/*/*/*.desktop /opt/kde3/share/apps/* /opt/kde3/share/icons/* + %changelog +* Mon Dec 03 2007 - pgajdos@suse.cz +- fixed buffer overflow (buffer-overflow.patch) * Tue Oct 23 2007 - pgajdos@suse.cz - fixed build -- customized configure.in * configure.patch ++++++ LabPlot-1.5.1.6_buffer-overflow.patch ++++++ --- liborigin/OPJFile.cc +++ liborigin/OPJFile.cc @@ -333,7 +333,7 @@ if(strncmp(name,colname[spread][j],strlen(colname[spread][j])) == 0) { fseek(f,LAYER+ATYPE+j*COL_JUMP-1, SEEK_SET); fread(&c,1,1,f); - char type[5]; + char type[6]; switch(c) { case 3: sprintf(type,"X");break; case 0: sprintf(type,"Y");break; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de