summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGao Xiang <hsiangkao@aol.com>2020-10-12 15:49:05 +0800
committerGao Xiang <hsiangkao@aol.com>2020-10-12 23:51:26 +0800
commit610c40cf543e040a01a80cd335eb5b1a287b4902 (patch)
treef94ef4a6a9d1c56f5178fd6d4c70d592775059cf
parentc631e56bfbb4ff03c8c5798754f31dec1928b49f (diff)
erofs-utils: README: update known-issue status of lz4hc
Known issue of LZ4_compress_HC_destSize() mentioned in README was targeted by lz4 upstream days ago. Update README so all users can be noticed then. Link: https://lore.kernel.org/r/20201012073446.18103-1-hsiangkao@aol.com Reviewed-by: Li Guifu <bluce.lee@aliyun.com> Signed-off-by: Gao Xiang <hsiangkao@aol.com>
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 60b8eed..5addd6b 100644
--- a/README
+++ b/README
@@ -78,6 +78,11 @@ Known issues
LZ4_compress_HC_destSize()
https://github.com/lz4/lz4/issues/784
+ which has been resolved in
+ https://github.com/lz4/lz4/commit/e7fe105ac6ed02019d34731d2ba3aceb11b51bb1
+
+ and will be included in lz4-1.9.3 if all goes well.
+
Obsoleted erofs.mkfs
~~~~~~~~~~~~~~~~~~~~