diff options
author | Matt Kraai <kraai@debian.org> | 2001-10-12 19:00:15 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-10-12 19:00:15 +0000 |
commit | f86bbfaddd5803a173d51e41f18af9310f7a612c (patch) | |
tree | 791f4ff12dd1f384c9567eea16421af06f7bdac2 /Changelog | |
parent | 9b2589dafde8efc5327e597690c84bfbfe42d53f (diff) | |
download | busybox-w32-f86bbfaddd5803a173d51e41f18af9310f7a612c.tar.gz busybox-w32-f86bbfaddd5803a173d51e41f18af9310f7a612c.tar.bz2 busybox-w32-f86bbfaddd5803a173d51e41f18af9310f7a612c.zip |
Fix tar segfault when include list is empty and exclude list is not.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ | |||
20 | -- Fix sed s/[/]// handling (closes: #1208). | 20 | -- Fix sed s/[/]// handling (closes: #1208). |
21 | -- Fix `-/bin/sh' invocation (closes: #1209). | 21 | -- Fix `-/bin/sh' invocation (closes: #1209). |
22 | -- Fix ash exec (noted by Arne Bernin). | 22 | -- Fix ash exec (noted by Arne Bernin). |
23 | -- Fix tar segfault when include list is empty and exclude list is | ||
24 | not. | ||
23 | * Magick | 25 | * Magick |
24 | -- made init run inittab command's in the order they show up | 26 | -- made init run inittab command's in the order they show up |
25 | in the inittab file (FIFO instead of LIFO). | 27 | in the inittab file (FIFO instead of LIFO). |