summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-02 16:39:51 -0400
committerJoey Hess <joey@kitenet.net>2010-09-02 16:39:51 -0400
commita456619d189cef2933aefef86606ae4b29516c85 (patch)
tree239c275c2b469944848bc87f3f7dfffe25afbd31 /debian/changelog
parent28242c4d201f281e0e72e674f13728aca8f422c7 (diff)
downloadmoreutils-a456619d189cef2933aefef86606ae4b29516c85.tar.gz
sponge: Correct bad use of fread that caused a trailing quantity of soaked data to be silently discarded when a temp file was used and sponge output to stdout. Closes: #595220
This bug was sorta introduced by 6f31909ff74c064ea0b5126219b3e8f7b8826bee. Actually, the buggy fread was there before also, and would have happened on quantities of data not evenly divisible by 8.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f298d91..349a21e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ moreutils (0.41) UNRELEASED; urgency=low
* ifdata.docbook: Mark interface as required in synopsis. Closes: #588397
* Add missing AUTHOR section to docbook man pages.
+ * sponge: Correct bad use of fread that caused a trailing quantity of
+ soaked data to be silently discarded when a temp file was used
+ and sponge output to stdout. Closes: #595220
-- Joey Hess <joeyh@debian.org> Thu, 08 Jul 2010 14:40:07 -0400