From 05d4064ed82c3c9ac659026545ae3c844668c8cc Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 8 Dec 2005 11:42:36 +0000 Subject: [PATCH] - Fix read memleak when reading from non-blocking fd (bug #173283). --- bash.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash.spec b/bash.spec index 93064ad..85fb195 100644 --- a/bash.spec +++ b/bash.spec @@ -57,6 +57,7 @@ Patch125: bash-afs.patch Patch126: bash-setlocale.patch Patch127: bash-sighandler.patch Patch128: bash-subshell.patch +Patch129: bash-read-memleak.patch Prefix: %{_prefix} Requires: mktemp Obsoletes: bash2 etcskel @@ -127,6 +128,7 @@ popular and powerful, and you'll probably end up using it. %patch126 -p1 -b .setlocale %patch127 -p1 -b .sighandler %patch128 -p1 -b .subshell +%patch129 -p1 -b .read-memleak echo %{version} > _distribution echo %{release} > _patchlevel @@ -260,6 +262,7 @@ fi %changelog * Thu Dec 8 2005 Tim Waugh 3.0-40 +- Fix read memleak when reading from non-blocking fd (bug #173283). - Missed another loop for improved sighandler patch (bug #169231). * Wed Dec 7 2005 Tim Waugh 3.0-39