Subject: powerpc/powerpc/vm_machdep.c:cpu_fork(): tf used uninitialized
To: None <port-powerpc@netbsd.org>
From: Tad Hunt <tad@entrisphere.com>
List: port-powerpc
Date: 03/30/2001 12:09:19
``tf'' will be used uninitialized in cpu_fork(), (if ``stack != NULL'').

I haven't looked at how cpu_fork() is used, so I can't provide a bugfix.
I currently panic() if stack != NULL until I figure out what is supposed
to happen.

-Tad