[OpenIndiana-discuss] Bash bug issue

Bill Sommerfeld sommerfeld at hamachi.org
Sat Sep 27 00:00:49 UTC 2014


On 09/26/14 16:59, Nemo wrote:
> [~]=> echo $SHELL
> /bin/bash
> [~]=> env X="() { :;} ; echo busted" /bin/sh -c "echo completed"
> completed
> 
> Note that I put bash into /bin to avoid GNUisms.

Try:

$ env X="() { :;} ; echo busted" /bin/bash -c "echo completed"



More information about the openindiana-discuss mailing list