This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Charles Daffern, eric.araujo, serhiy.storchaka
Date 2016-01-15.15:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452873493.51.0.679034162214.issue26124@psf.upfronthosting.co.za>
In-reply-to
Content
This does not seem to be a serious problem. In any case the command is failed. And usually argv[0] is predefined command name, not arbitrary user input. To be sure that it is existing program, you can use shutil.which().

I would close this issue as "won't fix".
History
Date User Action Args
2016-01-15 15:58:13serhiy.storchakasetrecipients: + serhiy.storchaka, eric.araujo, Charles Daffern
2016-01-15 15:58:13serhiy.storchakasetmessageid: <1452873493.51.0.679034162214.issue26124@psf.upfronthosting.co.za>
2016-01-15 15:58:13serhiy.storchakalinkissue26124 messages
2016-01-15 15:58:13serhiy.storchakacreate