Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power...
[linux-2.6-microblaze.git] / drivers / crypto / virtio / virtio_crypto_core.c
index 77e744e..0c66d61 100644 (file)
@@ -17,7 +17,7 @@ void
 virtcrypto_clear_request(struct virtio_crypto_request *vc_req)
 {
        if (vc_req) {
-               kzfree(vc_req->req_data);
+               kfree_sensitive(vc_req->req_data);
                kfree(vc_req->sgs);
        }
 }