https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233343
Yuichiro NAITO <naito.yuich...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |naito.yuich...@gmail.com --- Comment #6 from Yuichiro NAITO <naito.yuich...@gmail.com> --- Hi, I wrote a a patch that fixes the problem mentioned in comment #3. Just fixed to check the end of argv list by argc counts. The attached `libedit.patch` is a patch file for this. And I found another problem that built in 'bind' never redirects to a pipe and/or a file. The `bind` command always outputs messages to the terminal. This is because built in `bind` calls el_parse(3) and its outout file descriptor never be changed by pipe and/or redirects. The attached `sh.patch` fixes this problem. Could you see my patches and try them? I checked my patches work on FreeBSD-12.0R. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"