Hang on redirection
Yash hangs on redirection to dangling symlink with noclobber mode enabled.
Run this script to reproduce the bug:
#!/bin/sh ln -s hello /tmp/t set -C echo 123 > /tmp/t
Thanks for the report, fixed in r4217
Yash hangs on redirection to dangling symlink with noclobber mode enabled.
Run this script to reproduce the bug: