bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)

This commit is contained in:
Steve Dower 2018-03-05 14:26:08 -08:00 committed by GitHub
parent 4c19b95734
commit 6921e73e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 74 additions and 29 deletions

View file

@ -0,0 +1 @@
Minimal fix to prevent buffer overrun in os.symlink on Windows