From a159b53fa059947cc2548e3b0d5bdcf7b9630ba8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 22 Oct 2017 10:00:57 +0200 Subject: glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332] --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c38fb88..8e040f1 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,10 @@ Security related changes: processing, leading to a memory leak and, potentially, to a denial of service. + The glob function, when invoked with GLOB_TILDE and without + GLOB_NOESCAPE, could write past the end of a buffer while + unescaping user names. Reported by Tim Rühsen. + The following bugs are resolved with this release: [The release manager will add the list generated by -- cgit v1.1