Page MenuHomeFreeBSD

D21012.diff
No OneTemporary

D21012.diff

Index: head/sys/crypto/armv8/armv8_crypto.c
===================================================================
--- head/sys/crypto/armv8/armv8_crypto.c
+++ head/sys/crypto/armv8/armv8_crypto.c
@@ -274,9 +274,11 @@
error = armv8_crypto_cipher_setup(ses, encini);
if (error != 0) {
CRYPTDEB("setup failed");
+ rw_wunlock(&sc->lock);
return (error);
}
+ rw_wunlock(&sc->lock);
return (0);
}

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 20, 3:20 PM (21 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14741333
Default Alt Text
D21012.diff (409 B)

Event Timeline