cvs commit: src/sys/contrib/ia64/libuwx/src uwx_uinfo.c
Marcel Moolenaar
marcel at FreeBSD.org
Fri Jul 11 21:20:57 PDT 2003
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
More information about the cvs-src
mailing list