Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2004 00:31:47 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 45122 for review
Message-ID:  <200401110831.i0B8Vl5a006011@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45122

Change 45122 by jmallett@jmallett_oingo on 2004/01/11 00:31:27

	Uninitialized variable.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/db_trace.c#8 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/db_trace.c#8 (text+ko) ====

@@ -107,6 +107,7 @@
 	pc = ddb_regs.f_regs[PC];
 
 	for (;;) {
+		func = 0;
 		stacksize = 0;
 		if (pc <= (u_register_t)btext)
 			break;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401110831.i0B8Vl5a006011>