[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please unblock gnome-inm-forecast 0.6.1-1.1



Hi,

I just uploaded a non-maintainer upload for the above package fixing one
release critical bug[1] to unstable. Please unblock the NMU which happened
with the consent of the maintainer.

I attached the NMU.diff, it is very small.

Best Wishes,

David


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513109

--- old/gnome-inm-forecast-0.6.1/debian/changelog	2009-02-04 10:56:39.000000000 -0800
+++ gnome-inm-forecast-0.6.1/debian/changelog	2009-02-04 10:56:13.000000000 -0800
@@ -1,3 +1,12 @@
+gnome-inm-forecast (0.6.1-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * src/main.c: Fixed buffer overflow. Thanks to Eduardo Pérez 
+    Ureta <edpeur@gmail.com> for providing the patch. 
+    (Closes: #513109).
+
+ -- David Spreen <netzwurm@debian.org>  Wed, 04 Feb 2009 10:47:37 -0800
+
 gnome-inm-forecast (0.6.1-1) unstable; urgency=low
 
   * Initial release (Closes: #484029)
--- old/gnome-inm-forecast-0.6.1/src/main.c	2008-06-13 05:12:16.000000000 -0700
+++ gnome-inm-forecast-0.6.1/src/main.c	2009-02-04 10:42:17.000000000 -0800
@@ -591,7 +591,7 @@
 				if (strncmp(tokens[yy], "td ", 3) == 0) continue;
 				if (strncmp(tokens[yy], "nbsp", 4) == 0) continue;
 				//printf ("SNOW[%d]: %s - len: %d - idx: %d\n", yy,(tokens[yy]) ? tokens[yy] : NULL, strlen(tokens[yy]), idx);
-				if (tokens[yy] && idx <= 10){
+				if (tokens[yy] && idx < 10){
 					if (strlen(tokens[yy]) == 0){
 						if (idx == 0){
 							strcpy (applet_data->day_info[0].cota_nieve, "");

Reply to: