Re: [dpdk-dev] [PATCH] eal: check string parameter lengths

2019-01-17 Thread Thomas Monjalon
16/01/2019 13:12, Anatoly Burakov: > When specifying parameters such as hugefile prefix from the > command-line, it is possibly to supply an empty string. This may > lead to various problems: for example, if hugefile prefix is > empty, the runtime config path construction may end up > looking like

[dpdk-dev] [PATCH] eal: check string parameter lengths

2019-01-16 Thread Anatoly Burakov
When specifying parameters such as hugefile prefix from the command-line, it is possibly to supply an empty string. This may lead to various problems: for example, if hugefile prefix is empty, the runtime config path construction may end up looking like "/var/run/dpdk//_config", which will technica