]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - NEWS.md
Merge topic branch t/overflow into master
[paraslash.git] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index e5b9901054062c92667c3ab403daa5960dd90603..a6af789b852b61c56e8122797d708018a7572bf3 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -15,6 +15,9 @@ NEWS
   new ll command. It is available for para_server and para_audiod.
 - All calls to select(2) have been replaced by calls to poll(2)
   to avoid known shortcomings of the select API.
+- All allocation functions now check for integer overflow. Since this
+  requires support from the compiler, the oldest supported gcc version
+  has been bumped to gcc-5.4 (released in 2015).
 
 [tarball](./releases/paraslash-git.tar.xz)