Package: dash
Version: 0.5.5.1-7

Dash segfaults when fed the following script.  Yes, the quoting in
this script is wrong, but Dash should still not segfault.  I would
have expected it to run without error.


#! /bin/dash

dummyfn() {
    local a="$1"
    local b="$2"
    echo 
}

if test ! $1; then
    set --
fi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to