From b6e2c43ce6301b6cca938184078e1d8153e1b06c Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Thu, 9 Jan 2014 14:37:52 -0800 Subject: [PATCH] Update notes on stat() fix. --- docs/PreReleaseNotes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/PreReleaseNotes.txt b/docs/PreReleaseNotes.txt index 3c94e9620ab..401ae735248 100644 --- a/docs/PreReleaseNotes.txt +++ b/docs/PreReleaseNotes.txt @@ -85,6 +85,8 @@ Prerelease Notes * In xrootdfs, allow users to use multiple physical connections. + **Major bug fixes** + * Avoid SEGV after an error occurs during a stat() call. This should be + bakported for any new 3.3.x release. * Make sure monitoring is initialized if it was enabled in any way to avoid SEGV when an odd combination of choices was selected. * Avoid SEGV and double free introduced by patch 30ad01b9 (set host).