From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 0/3] (More) Fixes for issues highlighted by static analysis Date: Tue, 16 Dec 2014 16:30:21 +0000 Message-ID: <1418747424-22254-1-git-send-email-bruce.richardson@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" A further three small patches fixing more issues highlighted by static analysis scans. Bruce Richardson (3): af_packet: ensure *internals is not null when dereferencing ixgbe: prevent array overflow access in vector driver eal: for safety, use snprintf instead of sprintf lib/librte_eal/common/include/rte_version.h | 4 ++-- lib/librte_pmd_af_packet/rte_eth_af_packet.c | 15 ++++++++------- lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) -- 1.9.3