Date: Fri, 11 Jul 2003 21:20:56 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/ia64/libuwx/src uwx_uinfo.c Message-ID: <200307120420.h6C4Ku9N004476@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307120420.h6C4Ku9N004476>