[mdlug] shellshock

R Kannan rk111810 at gmail.com
Fri Sep 26 18:00:15 EDT 2014


On 09/26/2014 02:30 PM, Carl T. Miller wrote:
> If you haven't heard about shellshock, check out this article.
>
> <www.latimes.com/business/technology/la-fi-tn-bash-bug-shellshock-20140925-story.html>
>
> Here's a oneliner to see if you're safe:
>
> env x='() { :;}; echo -n NOT\ ' bash -c 'echo safe from shellshock'
>
> By now a newly patched version of bash should be available for any
> current distro.  Don't wait for your normal patch date for this
> particular one!
>
> c
>
>
> _______________________________________________
> mdlug mailing list
> mdlug at mdlug.org
> http://mdlug.org/mailman/listinfo/mdlug
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
safe from shellshock


Am I missing something? Why am I getting an error?


More information about the mdlug mailing list