PERFORCE change 45122 for review

Juli Mallett jmallett at FreeBSD.org
Sun Jan 11 00:31:50 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=45122

Change 45122 by jmallett at 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;


More information about the p4-projects mailing list