Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-10-12 23:00:15 +0400
committerMatt Kraai <kraai@debian.org>2001-10-12 23:00:15 +0400
commitf86bbfaddd5803a173d51e41f18af9310f7a612c (patch)
tree791f4ff12dd1f384c9567eea16421af06f7bdac2 /Changelog
parent9b2589dafde8efc5327e597690c84bfbfe42d53f (diff)
Fix tar segfault when include list is empty and exclude list is not.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c34a7e470..6017ccb1d 100644
--- a/Changelog
+++ b/Changelog
@@ -20,6 +20,8 @@
-- Fix sed s/[/]// handling (closes: #1208).
-- Fix `-/bin/sh' invocation (closes: #1209).
-- Fix ash exec (noted by Arne Bernin).
+ -- Fix tar segfault when include list is empty and exclude list is
+ not.
* Magick
-- made init run inittab command's in the order they show up
in the inittab file (FIFO instead of LIFO).