[PATCH v3 0/4] fix issues in packet capture framework
From: Reshma Pattan <hidden>
Date: 2016-06-23 14:36:56
From: Reshma Pattan <hidden>
Date: 2016-06-23 14:36:56
This patchset includes listed fixes 1)fix default socket path in pdump library. 2)fix coverity issues in pdump library. 3)fix coverity issues in pdump tool. v3: added new patch for fixing default socket paths "HOME" and "/var/run". reworked coverity fixes on top of the above change. v2: fixed code review comment to use snprintf instead of strncpy. Reshma Pattan (4): pdump: fix default socket path pdump: check getenv return value pdump: fix string overflow app/pdump: fix string overflow app/pdump/main.c | 4 +-- lib/librte_pdump/rte_pdump.c | 72 ++++++++++++++++++++++++++++++++++---------- 2 files changed, 58 insertions(+), 18 deletions(-) -- 2.5.0