Fixing eal parameter issue when more than 64 bytes 50/72650/1
authorLuc Provoost <luc.provoost@intel.com>
Wed, 9 Jun 2021 11:51:31 +0000 (13:51 +0200)
committerLuc Provoost <luc.provoost@intel.com>
Wed, 9 Jun 2021 11:51:31 +0000 (13:51 +0200)
commitee88ec7c4efce90527d4e77d50a872fa6a1382f5
treed8273ff31620d565842d68820c2a6297853d2148
parentd85020c43d0c65dc3891bd4cc03a159f918c62cc
Fixing eal parameter issue when more than 64 bytes

Using prox_strncpy to copy eal parameters, so PROX will abort in case
the parameter exceeds the maximum string length. Also increased the
string length from 64 to 256 bytes.

Change-Id: Id7cee03f6b625e165342129e9c2c71216d1144e6
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
VNFs/DPPD-PROX/prox_args.c