Fix tar segfault when include list is empty and exclude list is not.

This commit is contained in:
Matt Kraai
2001-10-12 19:00:15 +00:00
parent 9b2589dafd
commit f86bbfaddd
3 changed files with 14 additions and 6 deletions

View File

@@ -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).