[Bug 1374409] [NEW] syntax error
dino99
1374409 at bugs.launchpad.net
Fri Sep 26 11:40:21 UTC 2014
Public bug reported:
Testing the latest 'bash' fix on Utopic i386 (lp:1373781 )
oem at u32:~$ aptitude show bash | egrep '^Version'
Version: 4.3-9ubuntu3
oem at u32:~$ env x='() { :;}; echo hackable' bash -c 'echo hello'
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
hello
oem at u32:~$ env -i X='() { (a)=>\' bash -c 'echo date'
bash: X: line 1: syntax error near unexpected token `='
bash: X: line 1: `'
bash: error importing function definition for `X'
date
Seems still having issue.
** Affects: bash (Ubuntu)
Importance: Undecided
Status: New
** Tags: bot-stop-nagging utopic
** Description changed:
- Testing the latest 'bash' fix on Utopic i386
+ Testing the latest 'bash' fix on Utopic i386 (lp:1373781 )
oem at u32:~$ aptitude show bash | egrep '^Version'
Version: 4.3-9ubuntu3
oem at u32:~$ env x='() { :;}; echo hackable' bash -c 'echo hello'
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
hello
oem at u32:~$ env -i X='() { (a)=>\' bash -c 'echo date'
bash: X: line 1: syntax error near unexpected token `='
bash: X: line 1: `'
bash: error importing function definition for `X'
date
Seems still having issue.
** Tags added: bot-stop-nagging utopic
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1374409
Title:
syntax error
Status in “bash” package in Ubuntu:
New
Bug description:
Testing the latest 'bash' fix on Utopic i386 (lp:1373781 )
oem at u32:~$ aptitude show bash | egrep '^Version'
Version: 4.3-9ubuntu3
oem at u32:~$ env x='() { :;}; echo hackable' bash -c 'echo hello'
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
hello
oem at u32:~$ env -i X='() { (a)=>\' bash -c 'echo date'
bash: X: line 1: syntax error near unexpected token `='
bash: X: line 1: `'
bash: error importing function definition for `X'
date
Seems still having issue.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1374409/+subscriptions
More information about the foundations-bugs
mailing list