Re: [dpdk-dev] [PATCH] examples/vm_power_manager: fix string overflow

2019-04-15 Thread Hunt, David
On 10/4/2019 3:54 PM, Reshma Pattan wrote: Use strlcpy instead of strcpy to fix string overflow. Coverity issue: 337671 Fixes: a63504a90f ("examples/power: add JSON string handling") CC: david.h...@intel.com CC: sta...@dpdk.org Signed-off-by: Reshma Pattan --- examples/vm_power_manager/chann

[dpdk-dev] [PATCH] examples/vm_power_manager: fix string overflow

2019-04-10 Thread Reshma Pattan
Use strlcpy instead of strcpy to fix string overflow. Coverity issue: 337671 Fixes: a63504a90f ("examples/power: add JSON string handling") CC: david.h...@intel.com CC: sta...@dpdk.org Signed-off-by: Reshma Pattan --- examples/vm_power_manager/channel_monitor.c | 3 ++- 1 file changed, 2 insert