← Back to team overview

touch-packages team mailing list archive

[Bug 1374410] Re: syntax error

 

*** This bug is a duplicate of bug 1374409 ***
    https://bugs.launchpad.net/bugs/1374409

** This bug has been marked a duplicate of bug 1374409
   syntax error

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1374410

Title:
  syntax error

Status in “bash” package in Ubuntu:
  New

Bug description:
  Testing the latest 'bash' fix on Utopic i386

  oem@u32:~$ aptitude show bash | egrep '^Version'
  Version: 4.3-9ubuntu3
  oem@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@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/1374410/+subscriptions


References