From owner-cvs-src@FreeBSD.ORG Fri Jul 11 21:20:57 2003 Return-Path: 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 11AAC37B401; Fri, 11 Jul 2003 21:20:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4CF43FB1; Fri, 11 Jul 2003 21:20:56 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6C4Ku0U004477; Fri, 11 Jul 2003 21:20:56 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6C4Ku9N004476; Fri, 11 Jul 2003 21:20:56 -0700 (PDT) Message-Id: <200307120420.h6C4Ku9N004476@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 11 Jul 2003 21:20:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LIBUWX Subject: cvs commit: src/sys/contrib/ia64/libuwx/src uwx_uinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 12 Jul 2003 04:20:57 -0000 marcel 2003/07/11 21:20:56 PDT FreeBSD src repository Modified files: (Branch: LIBUWX) sys/contrib/ia64/libuwx/src uwx_uinfo.c Log: Fix a nasty bug that was exposed by disabling the trace support by default. There were 2 cases where the trace code was in the else- part of an if-statement without any compound construct to protect against nullification. The result was that 2 unconditional statements turned into conditional statements and wrecked havoc. This fix has been returned to the vendor and in anticipation of a future import committed onto the vendor branch. Revision Changes Path 1.1.1.2 +4 -4 src/sys/contrib/ia64/libuwx/src/uwx_uinfo.c