aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-07-20 20:34:06 -0700
committerWayne Davison <wayned@samba.org>2008-07-20 20:34:06 -0700
commitced4fd89932ce510c32e517add56a77bc4b185b2 (patch)
treec300502ca56f31505799f535c1927cc809afb192 /NEWS
parenteabc85ef5ecd7ed9892ee3d9562468dbb84cbef5 (diff)
downloadandroid_external_rsync-ced4fd89932ce510c32e517add56a77bc4b185b2.tar.gz
android_external_rsync-ced4fd89932ce510c32e517add56a77bc4b185b2.tar.bz2
android_external_rsync-ced4fd89932ce510c32e517add56a77bc4b185b2.zip
Fixed a bug in match_hard_links() where an empty directory would try
to allocate 0 bytes of memory (which can fail on some OSes).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 805a6ba0..bc1640ef 100644
--- 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.