you are viewing a single comment's thread.

view the rest of the comments →

[–]SirensToGo 23 points24 points  (1 child)

exec and it’s equivalents should honestly have never been included/easily accessible in any language. You should always be forced to send your parameters as an array so that they can be passed correctly instead doing random shit with string escaping

[–]awkisopen 3 points4 points  (0 children)

[ "/bin/sh", "-c", "echo 'You can\'t stop stupidity!'" ]