dpdk: increase buffer size for parsing lcores
authorHarry van Haaren <harry.van.haaren@intel.com>
Wed, 21 Mar 2018 15:33:00 +0000 (15:33 +0000)
committerKevin Laatz <kevin.laatz@intel.com>
Wed, 21 Mar 2018 15:38:39 +0000 (15:38 +0000)
commit1fa33c8280426163249b149843b2dbcdb0471ec3
tree9d6bc94b9fc1175aaeb0d9b959f6d2266dd7914b
parenta18496a4ac759552fd4dac1d2c661fb50285b1a1
dpdk: increase buffer size for parsing lcores

This commit increases the size of the "high_str" buffer,
which is later used by the strncpy() function. Static analysis
showed that there was a potential issue in accessing this string
if the buffer is smaller.

Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
src/utils_dpdk.c