From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78790 invoked by alias); 8 Jul 2015 07:22:25 -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 78757 invoked by uid 55); 8 Jul 2015 07:22:21 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/18641] pwd.h: add __nonnull markings Date: Wed, 08 Jul 2015 07:22:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: 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-07/txt/msg00041.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18641 --- Comment #1 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 808696696837b8b8fc858f2e6f8d4e40e26e1308 (commit) via 61d95397de01ead73b828c6106a4a832d9681652 (commit) from 8b59c73386ddb64331ee03c29925a18dae547733 (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=808696696837b8b8fc858f2e6f8d4e40e26e1308 commit 808696696837b8b8fc858f2e6f8d4e40e26e1308 Author: Mike Frysinger Date: Sat May 30 14:55:16 2015 -0400 nscd: drop selinux/flask.h include Building nscd w/selinux enabled yields a warning which yields an error: In file included from selinux.c:32:0: /usr/include/selinux/flask.h:5:2: error: #warning "Please remove any #include's of this header in your source code." I've done just that and it builds cleanly with libselinux-2.4. https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=61d95397de01ead73b828c6106a4a832d9681652 commit 61d95397de01ead73b828c6106a4a832d9681652 Author: Mike Frysinger Date: Sat May 30 13:33:22 2015 -0400 pwd.h: add __nonnull markings [BZ #18641] Mark all the functions that don't handle NULL pointers as __nonnull. POSIX does not require either behavior, so the prototypes should match the reality of the codebase. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 15 +++++++++++++++ NEWS | 2 +- nscd/selinux.c | 1 - pwd/pwd.h | 18 +++++++++++------- 4 files changed, 27 insertions(+), 9 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.