Re: [PATCH 3/4] cfgfile: verify add section and entry result

2024-07-04 Thread Stephen Hemminger
On Tue, 20 Feb 2024 03:58:39 + Chengwen Feng wrote: > The rte_cfgfile_add_section() and _add_entry()'s result were not > verified, so that potential errors may not be detected. > > This commit adds the verification. > > Cc: sta...@dpdk.org > > Signed-off-by: Chengwen Feng Should add more

[PATCH 3/4] cfgfile: verify add section and entry result

2024-02-19 Thread Chengwen Feng
The rte_cfgfile_add_section() and _add_entry()'s result were not verified, so that potential errors may not be detected. This commit adds the verification. Cc: sta...@dpdk.org Signed-off-by: Chengwen Feng --- lib/cfgfile/rte_cfgfile.c | 19 ++- 1 file changed, 14 insertions(+),