]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.4] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5992)
authorSteve Dower <steve.dower@microsoft.com>
Mon, 14 May 2018 17:26:36 +0000 (13:26 -0400)
committerlarryhastings <larry@hastings.org>
Mon, 14 May 2018 17:26:36 +0000 (13:26 -0400)
commit77c02cdce2d7b8360771be35b7676a4977e070c1
treee3df195d9ff7d1a7cd48ac1c7b3a6e10d7f12d4c
parent942cc04ae44825ea120e3a19a80c9b348b8194d0
[3.4] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5992)

* bpo-33001: Minimal fix to prevent buffer overrun in os.symlink

* Skips test to avoid crashing during the test suite

* Remove invalid test
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