in reply to sanitize user input for system() call

See also The importance of avoiding the shell, the replies in that thread also contain some good information on avoiding the shell.

  • Comment on Re: sanitize user input for system() call

Replies are listed 'Best First'.
Re^2: sanitize user input for system() call
by EnochRoot (Novice) on May 19, 2015 at 23:28 UTC
    Totally! Hence my trepidation. However, that thread cites the capturex() call that I ended up using.