I have just made an NMU to the 7 day delayed queue on gluck to fix
this bug. This NMU can be overriden by a maintainer upload between now
and then. The interdiff to the NMU is attached.


Don Armstrong

-- 
Junkies were all knitted together in a loose global macrame, the
intercontinental freemasonry of narcotics.
 -- Bruce Sterling, _Holy Fire_ p257

http://www.donarmstrong.com              http://rzlab.ucr.edu
diff -u yaboot-1.3.13/debian/changelog yaboot-1.3.13/debian/changelog
--- yaboot-1.3.13/debian/changelog
+++ yaboot-1.3.13/debian/changelog
@@ -1,3 +1,11 @@
+yaboot (1.3.13-4.1) unstable; urgency=low
+
+  * NMU
+  * Fix the FTBS in strstr.c. Thanks to Andreas Jochens for the patch.
+    (Closes: #322539)
+
+ -- Don Armstrong <[EMAIL PROTECTED]>  Sat, 31 Dec 2005 00:04:32 -0800
+
 yaboot (1.3.13-4) unstable; urgency=low
 
   * Apply upstream patch to ofpath (Closes: #321962)
only in patch2:
unchanged:
--- yaboot-1.3.13.orig/lib/strstr.c
+++ yaboot-1.3.13/lib/strstr.c
@@ -76,7 +76,8 @@
              a = *++haystack;
              if (a == '\0')
                goto ret0;
-shloop:            }
+shloop:            continue; 
+           }
           while (a != b);
 
 jin:     a = *++haystack;

Attachment: signature.asc
Description: Digital signature

Reply via email to