From 8dfdcb346f845005b7a53e2ed40e7593267a1ff3 Mon Sep 17 00:00:00 2001 From: Jeffrey E. Moyer Date: Feb 02 2005 14:55:43 +0000 Subject: - Fix potential double free in cache_release. This bug showed up in a multi-map setup. Two calls to cache_release would result in a SIGSEGV, and the automount process would never exit. --- diff --git a/autofs.spec b/autofs.spec index a3ce271..7613f4c 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 4.1.3 -%define release 82 +%define release 90 Version: %{version} Release: %{release} Epoch: 1 @@ -49,6 +49,7 @@ Patch43: autofs-4.1.3-yp-direct-lookup.patch Patch44: autofs-4.1.3-filestream-leak.patch Patch45: autofs-4.1.3-no-rmdir.patch Patch46: autofs-4.1.3-replicated-server-doc.patch +Patch47: autofs-4.1.3-cache-release.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -124,6 +125,7 @@ echo %{version}-%{release} > .version %patch44 -p1 -b .filestream-leak %patch45 -p1 -b .no-rmdir %patch46 -p1 -b .replicated-server-doc +%patch47 -p1 -b .cache-release cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -177,6 +179,11 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Feb 2 2005 Jeff Moyer - 1:4.1.3-90 +- Fix potential double free in cache_release. This bug showed up in a + multi-map setup. Two calls to cache_release would result in a SIGSEGV, + and the automount process would never exit. + * Mon Jan 24 2005 Chris Feist - 1:4.3-82 - Fixed documentation so users know that any local mounts override any other weighted mount.