From owner-cvs-src@FreeBSD.ORG Fri Oct 28 21:57:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFA8016A41F; Fri, 28 Oct 2005 21:57:04 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACAE343D45; Fri, 28 Oct 2005 21:57:04 +0000 (GMT) (envelope-from brooks@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 j9SLv4B7061153; Fri, 28 Oct 2005 21:57:04 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9SLv4tf061152; Fri, 28 Oct 2005 21:57:04 GMT (envelope-from brooks) Message-Id: <200510282157.j9SLv4tf061152@repoman.freebsd.org> From: Brooks Davis Date: Fri, 28 Oct 2005 21:57:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 21:57:05 -0000 brooks 2005-10-28 21:57:04 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: Don't crash when given an invalid nwkey string. PR: misc/88159 Revision Changes Path 1.27 +2 -0 src/sbin/ifconfig/ifieee80211.c