commit 1f11d37116f967534a5e2c38087fe90c3e118b0e
Author: Matthew Dillon <[email protected]>
Date: Tue Feb 25 14:55:59 2014 -0800
kernel - Fix similar register call-used bug in the padlock assembly
* Fix a bug similar to the rdrand bug in the padlock assembly
Summary of changes:
sys/dev/crypto/padlock/padlock_rng.c | 13 ++++++-------
sys/dev/crypto/padlock/rng_harvest_i386.S | 2 ++
sys/dev/crypto/padlock/rng_harvest_x86_64.S | 12 ++++++------
3 files changed, 14 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1f11d37116f967534a5e2c38087fe90c3e118b0e
--
DragonFly BSD source repository