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
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
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
3 matches
Mail list logo