'multidefine' segfaults on a recent OpenBSD snapshot: The execline script like :
#!/usr/local/bin/execlineb -W
withstdinas line
importas -u line line
multidefine -r $line { cmd msg }
multidefine -r $msg { key val }
$ echo ' test ' | ./testmult
Segmentation fault (core dumped)
It's the second multidefine segfaulting. It does not seem to happen
without '-r'.
Thank you.
