PERFORCE change 152441 for review

Peter Wemm peter at FreeBSD.org
Mon Nov 3 19:34:16 PST 2008


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

Change 152441 by peter at peter_overcee on 2008/11/04 03:33:24

	If we're going to pass garbage into the kernel, pass known garbage.
	(Complained about by valgrind)

Affected files ...

.. //depot/projects/hammer/lib/libthr/thread/thr_rtld.c#7 edit

Differences ...

==== //depot/projects/hammer/lib/libthr/thread/thr_rtld.c#7 (text) ====

@@ -180,7 +180,7 @@
 {
 	struct RtldLockInfo	li;
 	struct pthread		*curthread;
-	long dummy;
+	long dummy = -1;
 
 	curthread = _get_curthread();
 


More information about the p4-projects mailing list