summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b508e789..dc51b41d8 100644
--- 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.