Fix for CVE-2009-2813.
authorJeremy Allison <jra@samba.org>
Mon, 28 Sep 2009 11:52:57 +0000 (13:52 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 1 Oct 2009 12:25:59 +0000 (14:25 +0200)
commit22225e412b4feac1654845dee93cdc140a8567f8
treeb848accc0a536e5ddc53399484ba2e3bf768a8ac
parentcead8716520ed395b997259e4c430aa05bf98001
Fix for CVE-2009-2813.

===========================================================
== Subject:     Misconfigured /etc/passwd file may share folders unexpectedly
==
== CVE ID#:     CVE-2009-2813
==
== Versions:    All versions of Samba later than 3.0.11
==
== Summary:     If a user in /etc/passwd is misconfigured to have
==              an empty home directory then connecting to the home
==              share of this user will use the root of the filesystem
==              as the home directory.
===========================================================
(cherry picked from commit 6fd272875d27c6974a194d0cb2cde39a98ca4af2)
source/param/loadparm.c
source/smbd/service.c