Re: [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms

From: David Howells
Date: Thu Feb 28 2019 - 14:02:18 EST


| > It's not clear that sig->digest is guaranteed to be kmalloc memory.

Well, public_key_signature_free() will go bang if it's not kfree'able.

David