diff options
author | Steve Dower <steve.dower@python.org> | 2020-01-31 13:12:20 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 21:12:20 -0500 |
commit | 51332c467ed2e07a191f903d554d0c54248e4d88 (patch) | |
tree | 5174de3faab5a04b81cb7f52edc678c7c46bf1b0 /Misc/NEWS.d/next/Security | |
parent | bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18... (diff) | |
download | cpython-51332c467ed2e07a191f903d554d0c54248e4d88.tar.gz cpython-51332c467ed2e07a191f903d554d0c54248e4d88.tar.bz2 cpython-51332c467ed2e07a191f903d554d0c54248e4d88.zip |
[3.6] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18233)
Diffstat (limited to 'Misc/NEWS.d/next/Security')
-rw-r--r-- | Misc/NEWS.d/next/Security/2020-01-28-20-54-09.bpo-39401.he7h_A.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2020-01-28-20-54-09.bpo-39401.he7h_A.rst b/Misc/NEWS.d/next/Security/2020-01-28-20-54-09.bpo-39401.he7h_A.rst new file mode 100644 index 00000000000..5071e126b70 --- /dev/null +++ b/Misc/NEWS.d/next/Security/2020-01-28-20-54-09.bpo-39401.he7h_A.rst @@ -0,0 +1 @@ +Avoid unsafe load of ``api-ms-win-core-path-l1-1-0.dll`` at startup on Windows 7. |