]> granicus.if.org Git - python/commit
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Mar 2018 23:12:56 +0000 (15:12 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Mar 2018 23:12:56 +0000 (15:12 -0800)
commit96fdbacb7797a564249fd59ccf86ec153c4bb095
tree69b2cd8be3f28e86524f14fde0f9687128176cb3
parent063c637cdbe4528b175f7d6122fa29faf66707ee
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)

(cherry picked from commit 6921e73e33edc3c61bc2d78ed558eaa22a89a564)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
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