01/08/2017 02:33, Pablo de Lara: > Memory is reserved after each crypto operation > for the necessary IV(s), which could be for cipher, > authentication or AEAD algorithms. > However, for AEAD algorithms (such as AES-GCM), this > memory was not being reserved, leading to potential > memory overflow. > > Fixes: 8a5b494a7f99 ("app/test-crypto-perf: add AEAD parameters") > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Applied, thanks