- Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2.
diff --git a/Misc/NEWS b/Misc/NEWS
index 091ef43..6145654 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@
 - Issue #4367: Python would segfault during compiling when the unicodedata
   module couldn't be imported and \N escapes were present.
 
+- Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2.
+
 Library
 -------