<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - another command injection vulnerability"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89129#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - another command injection vulnerability"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89129">bug 89129</a>
              from <span class="vcard"><a class="email" href="mailto:michael.s.gilbert@gmail.com" title="Michael Gilbert <michael.s.gilbert@gmail.com>"> <span class="fn">Michael Gilbert</span></a>
</span></b>
        <pre>The script you ran lacks the actual function call, the call to "testme" at the
end.  It should be:

$ cat testme
testme() {
   x=backfromthedead
   local x
   echo $x
}
testme</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>