*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 10 Dec 2005 21:58:28 +0000 (21:58 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Dec 2005 21:58:28 +0000 (21:58 +0000)
ChangeLog

index 4b508e7..dc51b41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 
        * Version 6.0-cvs.
 
+       Avoid shred segfault on 64-bit systems.
+       * src/rand-isaac.c (isaac_refill): Don't try to negate a
+       local of type uint32_t.  Convert it to int32_t first.
+
        * NEWS: Mention sort's new options.
 
        * src/rand-isaac.c (isaac_mix): Declare to be static.