declare -A foo read -a foo <<<bar
The above should error instead of Segfault, yes?It's reproducible on all versions of bash-4 that support associative array declaration. And verified on Debian, Fedora, Gentoo...
../C
declare -A foo read -a foo <<<bar
The above should error instead of Segfault, yes?It's reproducible on all versions of bash-4 that support associative array declaration. And verified on Debian, Fedora, Gentoo...
../C