]> granicus.if.org Git - python/commit
os.startfile(): add a C comment on security (#3877)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 13 Oct 2017 20:46:57 +0000 (13:46 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2017 20:46:57 +0000 (13:46 -0700)
commita99121526a14e7710843aa5dd6ac82a779542dfb
tree841e127711629f03e087a4fc91804fb24dcd5320
parentccef823939d4ef602f2d8d13d0bfec29eda597a5
os.startfile(): add a C comment on security (#3877)

LoadLibrary("SHELL32") is not vulnerable to DLL hijacking.
Modules/posixmodule.c