From owner-cvs-all@FreeBSD.ORG Mon Apr 3 21:29:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60CCC16A420; Mon, 3 Apr 2006 21:29:44 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D0A143D45; Mon, 3 Apr 2006 21:29:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k33LTiMF061846; Mon, 3 Apr 2006 21:29:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k33LThwG061845; Mon, 3 Apr 2006 21:29:43 GMT (envelope-from marcus) Message-Id: <200604032129.k33LThwG061845@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 3 Apr 2006 21:29:43 +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/x11/libxklavier Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2006 21:29:44 -0000 marcus 2006-04-03 21:29:43 UTC FreeBSD ports repository Modified files: x11/libxklavier Makefile Log: Fix a crash that could occur if any of the keyboard layouts had variants (e.g. jp(latin) where latin the the variant of jp). The problem was a bad use of realloc. Thanks to jasone for explaining the problem with the existing code. Reported by: bland Revision Changes Path 1.28 +1 -0 ports/x11/libxklavier/Makefile