Fixed a potential alignment issue in the IRIX ACL code when allocating
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 805a6ba..bc1640e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ Changes since 3.0.3:
 
   BUG FIXES:
 
+    - Fixed a bug in the hard-linking code where it would sometimes try to
+      allocate 0 bytes of memory (which fails on system OSes).
+
     - Changed the way --progress overwrites its prior output in order to make
       it nearly impossible for the progress to get overwritten by an error.