[dpdk-stable] [dpdk-dev] [PATCH v2] app/test: fix possible overflow using strlcat

Akhil Goyal akhil.goyal at nxp.com
Fri Mar 22 16:07:36 CET 2019



On 3/22/2019 8:01 PM, Akhil Goyal wrote:
>
> On 3/18/2019 6:06 PM, Chaitanya Babu Talluri wrote:
>> strcat does not check the destination length and there might be
>> chances of string overflow so instead of strcat, strlcat is used.
>>
>> Fixes: 6f4eec2565 ("test/crypto: enhance scheduler unit tests")
>> Cc: stable at dpdk.org
>>
>> Signed-off-by: Chaitanya Babu Talluri <tallurix.chaitanya.babu at intel.com>
>> ---
>> v2: Updated title.
>> ---
>>    app/test/test_cryptodev.c | 3 ++-
>>    1 file changed, 2 insertions(+), 1 deletion(-)
>>
>>
> Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
Applied to dpdk-next-crypto

Thanks.


More information about the stable mailing list