-
Shellshock A function in a environment variable is executed in a child process of the bash. When exporting a new function like this export func=’() { echo mist; }; echo aha;’ and starting a new bash session, “aha” is executed.
Shellshock A function in a environment variable is executed in a child process of the bash. When exporting a new function like this export func=’() { echo mist; }; echo aha;’ and starting a new bash session, “aha” is executed.