[dpdk-dev] [PATCH v2] examples/vm_power_manager: buffer not null terminated

2016-05-16 Thread Thomas Monjalon
2016-05-10 17:49, Daniel Mrzyglod: > CID30691: > If the buffer is treated as a null terminated string in later operations, > a buffer overflow or over-read may occur. > > In add_vm: The string buffer may not have a null terminator if the source > string's length is equal to the buffer size > > Fi

[dpdk-dev] [PATCH v2] examples/vm_power_manager: buffer not null terminated

2016-05-10 Thread Daniel Mrzyglod
CID30691: If the buffer is treated as a null terminated string in later operations, a buffer overflow or over-read may occur. In add_vm: The string buffer may not have a null terminator if the source string's length is equal to the buffer size Fixes: e8ae9b662506 ("examples/vm_power: channel mana