[dpdk-dev] [PATCH v3 0/4] fix issues in packet capture framework

Reshma Pattan reshma.pattan at intel.com
Thu Jun 23 16:36:35 CEST 2016


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



More information about the dev mailing list