PERFORCE change 111284 for review

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Dec 8 04:07:31 PST 2006


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

Change 111284 by pjd at pjd_anger on 2006/12/08 12:06:23

	We need to pass static buffer to device_set_desc().

Affected files ...

.. //depot/projects/crypto/sys/crypto/via/padlock.c#3 edit

Differences ...

==== //depot/projects/crypto/sys/crypto/via/padlock.c#3 (text+ko) ====

@@ -80,7 +80,7 @@
 static int
 padlock_probe(device_t dev)
 {
-	char capp[256];
+	static char capp[256];
 
 #if defined(__i386__) && !defined(PC98)
 	/* If there is no AES support, we has nothing to do here. */


More information about the p4-projects mailing list