PERFORCE change 1200491 for review

John-Mark Gurney jmg at FreeBSD.org
Fri Sep 19 01:33:03 UTC 2014


http://p4web.freebsd.org/@@1200491?ac=10

Change 1200491 by jmg at jmg_carbon2 on 2014/09/19 01:33:00

	fix a crash...  we weren't setting the iv properly after I
	converted to the new blocking system...

Affected files ...

.. //depot/projects/opencrypto/sys/opencrypto/cryptosoft.c#11 edit

Differences ...

==== //depot/projects/opencrypto/sys/opencrypto/cryptosoft.c#11 (text+ko) ====

@@ -159,6 +159,8 @@
 		uio->uio_iovcnt = 1;
 	}
 
+	ivp = iv;
+
 	if (exf->reinit) {
 		/*
 		 * xforms that provide a reinit method perform all IV


More information about the p4-projects mailing list