Your message dated Sun, 7 Apr 2024 13:40:57 +0200
with message-id <[email protected]>
and subject line Re: Bug#567307: bash: Bash crashes when changing directory to
awkwardly formed directory name
has caused the Debian Bug report #567307,
regarding bash: Bash crashes when changing directory to awkwardly formed
directory name
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
567307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567307
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash
Version: 3.2-4
Severity: normal
>From a downloaded movie, I have an awkward directory-name to which I 'cd' like
>this:
robin@tribbin:/raid/films$ ls | grep *Wings*
�����ֲ���¡�Wings.Of.Desire.1987.720p.BluRay.x264-CiNEFiLE-����Ӱ�Ӹ��巢����
robin@tribbin:/raid/films$ cd *Wings*
Bash imediately crashes. I have produced an strace which I will later attach to
this bug-report.
Robin van Westrenen
-- System Information:
Debian Release: 5.0.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bash depends on:
ii base-files 5lenny4 Debian base system miscellaneous f
ii debianutils 2.30 Miscellaneous utilities specific t
ii libc6 2.7-18lenny2 GNU C Library: Shared libraries
ii libncurses5 5.7+20081213-1 shared libraries for terminal hand
Versions of packages bash recommends:
ii bash-completion 20080705 programmable completion for the ba
Versions of packages bash suggests:
pn bash-doc <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 5.0-6
On Thu, 28 Jan 2010 12:43:10 +0100 Robin van Westrenen
<[email protected]> wrote:
robin@tribbin:/raid/films$ ls | grep *Wings*
¡¶°ØÁÖ²Ôñ·Ï¡·Wings.Of.Desire.1987.720p.BluRay.x264-CiNEFiLE-ÈËÈËÓ°ÊÓ¸ßÇå·¢²¼×é
robin@tribbin:/raid/films$ cd *Wings*
Bash imediately crashes. I have produced an strace which I will later attach to
this bug-report.
Hi, the crash no longer happen in bash version 5.0-6.
$ mkdir -p /tmp/$(echo -e
'\0241\0266\0260\0330\0301\0326\0262\0324\0361\0267\0317\0302\0241\0267Wings.Of.Desire.1987.720p.BluRay.x264-CiNEFiLE-\0310\0313\0310\0313\0323\0260\0312\0323\0270\0337\0307\0345\0267\0242\0262\0274\0327\0351')/foo
$ cd /tmp
$ cd *Wings*
$ ls
foo/
Regards,
--
Gioele Barabucci
--- End Message ---