- 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.
This commit is contained in:
parent
4a7d30a925
commit
8dfdcb346f
@ -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 <jmoyer@redhat.com> - 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 <cfeist@redhat.com> - 1:4.3-82
|
||||
- Fixed documentation so users know that any local mounts override
|
||||
any other weighted mount.
|
||||
|
Loading…
Reference in New Issue
Block a user