rpms/xwota/F-10 xwota-0.4-overflow.patch,NONE,1.1

Lucian Langa lucilanga at fedoraproject.org
Mon Aug 3 18:25:44 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/xwota/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21948

Added Files:
	xwota-0.4-overflow.patch 
Log Message:
* Mon Aug 03 2009 Lucian Langa <cooly at gnome.eu.org> - 0.4-6
- fix buffer overflow (%510918)

xwota-0.4-overflow.patch:
 stuff.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xwota-0.4-overflow.patch ---
--- xwota-0.4/src/stuff.c	2006-07-28 19:00:10.000000000 +0300
+++ xwota-0.4-mod/src/stuff.c	2009-08-03 21:01:00.000000000 +0300
@@ -330,7 +330,7 @@
 	  GtkTreePath *path;
 	  GtkWidget *spot_list;
 	
-char eor[5];
+char eor[6];
 char *p_eor;	  
 gchar *call,*freq,*country,*state,*grid,*county,*lat,*longitude,*status,*comments,*program,*f1,*f2,*d_ate,*t_ime; 
 char datetime[50],latlong[50],status_comment[30],display_country[50];




More information about the fedora-extras-commits mailing list