From owner-cvs-ports@FreeBSD.ORG Fri Jul 4 02:21:10 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF50C1065683; Fri, 4 Jul 2008 02:21:10 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A35938FC14; Fri, 4 Jul 2008 02:21:10 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m642LA1v093391; Fri, 4 Jul 2008 02:21:10 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m642LAiE093390; Fri, 4 Jul 2008 02:21:10 GMT (envelope-from marcus) Message-Id: <200807040221.m642LAiE093390@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 4 Jul 2008 02:21:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/policykit Makefile ports/sysutils/policykit/files patch-src_kit_kit-string.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2008 02:21:10 -0000 marcus 2008-07-04 02:21:10 UTC FreeBSD ports repository Modified files: sysutils/policykit Makefile sysutils/policykit/files patch-src_kit_kit-string.c Log: Fix a problem with PK's strndup() implementation assuming all strings passed to it would be NUL-terminated. This is known to fix crashes with polkit-gnome-authorization and clock-applet. Tested by: pav Revision Changes Path 1.13 +1 -1 ports/sysutils/policykit/Makefile 1.3 +13 -8 ports/sysutils/policykit/files/patch-src_kit_kit-string.c