Received: by mail.netbsd.org (Postfix, from userid 605) id 0FEA684DBF; Wed, 29 Jan 2020 21:11:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8662484DBB for ; Wed, 29 Jan 2020 21:11:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CZlNeBhPUhHc for ; Wed, 29 Jan 2020 21:11:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 23CCD84CD2 for ; Wed, 29 Jan 2020 21:11:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16940FBF4; Wed, 29 Jan 2020 21:11:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 29 Jan 2020 21:11:25 +0000 From: "Kamil Rytarowski" Subject: CVS commit: src/lib/libpthread To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200129211125.16940FBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Kamil Rytarowski" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: kamil Date: Wed Jan 29 21:11:25 UTC 2020 Modified Files: src/lib/libpthread: pthread_mutex.c Log Message: Use pthread_mutexattr_t and pthread_mutex_t magic fields Validate _PT_MUTEX_MAGIC in pthread_mutex_t and _PT_MUTEXATTR_MAGIC in pthread_mutexattr_t accordingly. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/lib/libpthread/pthread_mutex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.