From db592aa7256ea36d5dc6d187e674d4680c34cec5 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 28 Sep 2019 12:18:17 +0200 Subject: Regression fix for realpath() buffer. Let the system allocate realpath() buffers intead of trying to portably derive a buffer size. This was found with default GCC fortify settings on Ubuntu 18.04 and showed with -D_FORTIFY_SOURCE=2 on Fedora, too. --- NEWS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dee02e2a..f2a7329f 100644 --- a/NEWS +++ b/NEWS @@ -65,11 +65,12 @@ removed from a 6.5.0 or newer release.) fetchmail-6.4.1 (released 2019-09-28, 27459 LoC): -## REGRESSION FIX: -* The bug fix Debian Bug#941129 was incomplete and caused a regression - in the default file locations, so that fetchmail was no longer able to - find it configuration files in some situations. - Reported by Cy Schubert. +## REGRESSION FIXES: +* The bug fix Debian Bug#941129 was incomplete and caused + + a regression in the default file locations, so that fetchmail was no longer + able to find it configuration files in some situations. + Reported by Cy Schubert. + + a regression under _FORTIFY_SOURCE where PATH_MAX > minimal _POSIX_PATH_MAX. -------------------------------------------------------------------------------- -- cgit v1.2.3