aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-02-03 22:52:55 +0800
committerJia Tan <jiat0218@gmail.com>2023-02-03 22:52:55 +0800
commit850adec171203cd22b57d016084d713f72ae5307 (patch)
tree67fd2ec1706e11fbeeb352073d2adee927d2012f
parentliblzma: Fix bug in lzma_str_from_filters() not checking filters[] length. (diff)
downloadxz-850adec171203cd22b57d016084d713f72ae5307.tar.xz
Docs: Omit SIGTSTP not handled from TODO.
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 7b9a3adf..ad37f3f5 100644
--- a/TODO
+++ b/TODO
@@ -24,10 +24,6 @@ Known bugs
tuklib_exit() doesn't block signals => EINTR is possible.
- SIGTSTP is not handled. If xz is stopped, the estimated remaining
- time and calculated (de)compression speed won't make sense in the
- progress indicator (xz --verbose).
-
If liblzma has created threads and fork() gets called, liblzma
code will break in the child process unless it calls exec() and
doesn't touch liblzma.