NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44472 CVS commit: src/sys/opencrypto



The following reply was made to PR kern/44472; it has been noted by GNATS.

From: "Matthias Drochner" <drochner%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44472 CVS commit: src/sys/opencrypto
Date: Thu, 10 Feb 2011 21:00:42 +0000

 Module Name:   src
 Committed By:  drochner
 Date:          Thu Feb 10 21:00:42 UTC 2011
 
 Modified Files:
        src/sys/opencrypto: cryptosoft.c cryptosoft.h
 
 Log Message:
 Don't store temporary values in the opencrypto session data struct which
 can be shared by multiple threads -- pass them on the stack instead.
 Add some "const" to document this. (One _could_ use the session struct
 for temporary stuff with proper locking, but it seems unnecessary here.)
 Also remove the unused SW_crc member in the session struct.
 From Wolfgang Stukenbrock per PR kern/44472.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.26 -r1.27 src/sys/opencrypto/cryptosoft.c
 cvs rdiff -u -r1.6 -r1.7 src/sys/opencrypto/cryptosoft.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index