summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS/2023-12-21-11-53-47.gh-issue-74573.MA6Vys.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/macOS/2023-12-21-11-53-47.gh-issue-74573.MA6Vys.rst')
-rw-r--r--Misc/NEWS.d/next/macOS/2023-12-21-11-53-47.gh-issue-74573.MA6Vys.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/macOS/2023-12-21-11-53-47.gh-issue-74573.MA6Vys.rst b/Misc/NEWS.d/next/macOS/2023-12-21-11-53-47.gh-issue-74573.MA6Vys.rst
deleted file mode 100644
index 96dcd47..0000000
--- a/Misc/NEWS.d/next/macOS/2023-12-21-11-53-47.gh-issue-74573.MA6Vys.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Document that :mod:`dbm.ndbm` can silently corrupt DBM files on updates when
-exceeding undocumented platform limits, and can crash (segmentation fault)
-when reading such a corrupted file. (FB8919203)