summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-08-24 15:37:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-08-24 15:37:12 (GMT)
commite37375405657413ef9b83b935bb4ed17cd745ce6 (patch)
tree0a01a598741e39eaa4876540e580f236b9731d6d /Misc
parentd3ea06537ca902ff1fb034f014232b5970fabda7 (diff)
downloadcpython-e37375405657413ef9b83b935bb4ed17cd745ce6.zip
cpython-e37375405657413ef9b83b935bb4ed17cd745ce6.tar.gz
cpython-e37375405657413ef9b83b935bb4ed17cd745ce6.tar.bz2
don't segfault when trying to fdopen() a fd for a dir (closes #22259)
Patch from Brian Kearns.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 61aab20..2ad993b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Core and Builtins
Library
-------
+- Issue #22259: Fix segfault when attempting to fopen a file descriptor
+ corresponding to a directory.
+
- Issue #22236: Fixed Tkinter images copying operations in NoDefaultRoot mode.
- Issue #22191: Fixed warnings.__all__.