Bug#379227: dash: echo truncates at \0

2015-12-05 Thread Gioele Barabucci
Control: tags -1 fixed-upstream This problem is solved by the patch proposed in message #25. That patch has been applied upstream in the commit d6c0e1e2ffbf7913ab69d51cc794d48d41c8fcb1. The fix is not part of dash 0.5.8, the latest upstream release. Regards, -- Gioele Barabucci

Bug#379227: dash: echo truncates at \0

2006-07-25 Thread Gerrit Pape
forwarded 379227 upstream quit On Sat, Jul 22, 2006 at 12:48:38PM +0200, A Mennucc wrote: > hi > > here are the examples > > $ bash -c 'echo -n -e "A\0102C\00D\0E" | hexdump -c' > 000 A B C \0 D \0 E > 007 > > $ /bin/echo -n -e "A\0102C\00D\0E" | hexdump -c > 000 A B

Bug#379227: dash: echo truncates at \0

2006-07-22 Thread A Mennucc
Package: dash Version: 0.5.3-3 Severity: normal hi here are the examples $ bash -c 'echo -n -e "A\0102C\00D\0E" | hexdump -c' 000 A B C \0 D \0 E 007 $ /bin/echo -n -e "A\0102C\00D\0E" | hexdump -c 000 A B C \0 D \0 E 007 $ zsh -c 'echo -n -e "A\0102C\00