Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2006 12:07:04 GMT
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111284 for review
Message-ID:  <200612081207.kB8C74hR038904@repoman.freebsd.org>

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

Change 111284 by pjd@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. */



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