This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] BZ #15755: CVE-2013-2207: pt_chown tricked into granting access to another users pseudo-terminal


On 07/19/2013 01:55 AM, Carlos O'Donell wrote:
> 2013-07-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
> 	    Andreas Schwab  <schwab@suse.de>
> 	    Roland McGrath  <roland@hack.frob.com>
> 	    Joseph Myers  <joseph@codesourcery.com>
> 	    Carlos O'Donell  <carlos@redhat.com>

	[BZ #15755]

> 	* config.h.in: Define HAVE_PT_CHOWN.
> 	* config.make.in (build-pt-chown): New variable.
> 	* configure.in (--enable-pt_chown): New configure option.
> 	* configure: Regenerate.
> 	* login/Makefile: Include Makeconfig.  Build pt_chown only if
> 	build-pt-chown is enabled.
> 	* sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
> 	pt_chown to fix pty ownership.
> 	* sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
> 	CLOSE_ALL_FDS.
> 	* manual/install.texi (Configuring and compiling): Mention
> 	--enable-pt_chown. Add @findex for grantpt.
> 	* INSTALL: Regenerate.

Added missing BZ # to ChangeLog.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]