Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rbd/encryption: Avoid a C memory allocation in EncryptionLoad2 API
Instead of creating a slice based on a pre-allocated C memory array we could directly go for a slice created via the built-in function make(). Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
- Loading branch information