From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24378 invoked by alias); 12 Feb 2015 08:49:26 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 24302 invoked by uid 55); 12 Feb 2015 08:49:23 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug nptl/15790] pthread_mutexattr_gettype doesn't store the value of the 'type' attribute into *type Date: Thu, 12 Feb 2015 08:49:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: 2.18 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00146.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=15790 --- Comment #4 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via 2868e0703d5b8c8e60c6f60de13e876c4d85daa0 (commit) from ebf27d12e602b428a316c105ed10371ed84d2d3d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2868e0703d5b8c8e60c6f60de13e876c4d85daa0 commit 2868e0703d5b8c8e60c6f60de13e876c4d85daa0 Author: Andreas Schwab Date: Mon Aug 11 11:18:26 2014 +0200 Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #15790) pthread_mutexattr_settype adds PTHREAD_MUTEX_NO_ELISION_NP to kind, which is an internal flag that pthread_mutexattr_gettype shouldn't expose, since pthread_mutexattr_settype wouldn't accept it. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 8 +++++ NEWS | 2 +- nptl/Makefile | 2 +- nptl/pthread_mutexattr_gettype.c | 3 +- nptl/{tst-spin1.c => tst-pthread-mutexattr.c} | 38 +++++++++++++----------- 5 files changed, 33 insertions(+), 20 deletions(-) copy nptl/{tst-spin1.c => tst-pthread-mutexattr.c} (57%) -- You are receiving this mail because: You are on the CC list for the bug.