Fix another long standing softraid crypto bug where if all 32 keys are in
authorjsing <jsing@openbsd.org>
Mon, 12 Jun 2017 15:15:08 +0000 (15:15 +0000)
committerjsing <jsing@openbsd.org>
Mon, 12 Jun 2017 15:15:08 +0000 (15:15 +0000)
commitf6a8865d24620b33b0409091781aae518f5a3b85
tree7424c920268d66dc6435cc0431d95caa4013ce3d
parent2dc30802a6531cb8aa946388aad2dfcf8876d30d
Fix another long standing softraid crypto bug where if all 32 keys are in
use, when freeing crypto sessions we run straight off the end of the array
and start blatting memory - clearly no one has a softraid crypto volume
that exceeds 15.5TB in size...
sys/dev/softraid_crypto.c