Author: aurel32
Date: 2007-10-27 13:22:24 +0000 (Sat, 27 Oct 2007)
New Revision: 2623

Modified:
   glibc-package/branches/glibc-2.7/debian/patches/any/local-strfry.diff
Log:
Reverse any/local-strfry.diff


Modified: glibc-package/branches/glibc-2.7/debian/patches/any/local-strfry.diff
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/any/local-strfry.diff       
2007-10-27 13:13:35 UTC (rev 2622)
+++ glibc-package/branches/glibc-2.7/debian/patches/any/local-strfry.diff       
2007-10-27 13:22:24 UTC (rev 2623)
@@ -1,11 +1,11 @@
---- string/strfry.c    2007-10-27 11:58:46.350000000 +0200
-+++ string/strfry.c.orig       2007-10-27 11:58:24.290000000 +0200
+--- string/strfry.c.orig       2007-10-27 11:58:24.290000000 +0200
++++ string/strfry.c    2007-10-27 11:58:46.350000000 +0200
 @@ -38,7 +38,7 @@
      }
  
    len = strlen (string) - 1;
--  for (i = 0; i < len - 1; ++i)
-+  for (i = 0; i < len; ++i)
+-  for (i = 0; i < len; ++i)
++  for (i = 0; i < len - 1; ++i)
      {
        int32_t j;
        __random_r (&rdata, &j);


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to