dash/ash
dash/ash
Posted Oct 2, 2014 15:54 UTC (Thu) by ibukanov (subscriber, #3942)In reply to: dash/ash by niner
Parent article: Bash gets shellshocked
> it is much easier to program safely in Perl than in Bash.
I want to repeat that Shellshock has nothing to do with programming style of Bash scripts. It comes from a badly designed and implemented feature of the Bash interpreter that is written in C. Perl runtime could just as easily provide a similar "feature" affecting any Perl script, strict or not. For example, can you with certainty assert that Perl interpreter has no bugs related to reading of environment variables that could trigger execution of arbitrary Perl code?
