From 071fbe901eaef812978c169e48372822b23c2eec Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Tue, 19 Jan 2021 11:18:09 -0800 Subject: [PATCH] Update notes on POSIX fix to avoid SEGV. --- docs/PreReleaseNotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/PreReleaseNotes.txt b/docs/PreReleaseNotes.txt index c7b7b54a85c..dba0aa594e2 100644 --- a/docs/PreReleaseNotes.txt +++ b/docs/PreReleaseNotes.txt @@ -18,6 +18,7 @@ Prerelease Notes **[Monitoring]** Implement extensive g-stream enhancements. + **Major bug fixes** + **[POSIX]** Avoid returning null pointer upon failure to avoid SEGV. **[POSIX]** Correctly initialize serverless cache to avoid SEGV. **[Server]** Make sure that alignment is a power of two for posix_memalign. **[SSI]** Prevent a buffer from being recycled twice leading to random errors.