]> granicus.if.org Git - python/commit
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
authorSteve Dower <steve.dower@microsoft.com>
Mon, 5 Mar 2018 22:26:08 +0000 (14:26 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Mar 2018 22:26:08 +0000 (14:26 -0800)
commit6921e73e33edc3c61bc2d78ed558eaa22a89a564
treebc695813bf31a459085fa5d93fa8d84d61441a82
parent4c19b95734faee4c390c1d0569dc876980c33d2c
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Lib/test/test_os.py
Misc/NEWS.d/next/Security/2018-03-05-10-09-51.bpo-33001.elj4Aa.rst [new file with mode: 0644]
Modules/posixmodule.c