diff options
author | Steve Dower <steve.dower@python.org> | 2020-07-06 16:32:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 16:32:00 (GMT) |
commit | dcbaa1b49cd9062fb9ba2b9d49555ac6cd8c60b5 (patch) | |
tree | 4b1d3d5130de1db92de3240f4decc656ee7247ef /Misc | |
parent | deb016224cc506503fb05e821a60158c83918ed4 (diff) | |
download | cpython-dcbaa1b49cd9062fb9ba2b9d49555ac6cd8c60b5.zip cpython-dcbaa1b49cd9062fb9ba2b9d49555ac6cd8c60b5.tar.gz cpython-dcbaa1b49cd9062fb9ba2b9d49555ac6cd8c60b5.tar.bz2 |
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297)
Also enables using debug build of `python3_d.dll`
Reference: CVE-2020-15523
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Security/2020-07-03-17-21-37.bpo-29778.cR_fGS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2020-07-03-17-21-37.bpo-29778.cR_fGS.rst b/Misc/NEWS.d/next/Security/2020-07-03-17-21-37.bpo-29778.cR_fGS.rst new file mode 100644 index 0000000..998ffb1 --- /dev/null +++ b/Misc/NEWS.d/next/Security/2020-07-03-17-21-37.bpo-29778.cR_fGS.rst @@ -0,0 +1,2 @@ +Ensure :file:`python3.dll` is loaded from correct locations when Python is +embedded (CVE-2020-15523). |