From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] af_packet: fix memory allocation check Date: Thu, 18 Dec 2014 21:58:45 +0100 Message-ID: <5416696.NvB6vRklYc@xps13> References: <1418899870-18588-1-git-send-email-danielx.t.mrzyglod@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Daniel Mrzyglod Return-path: In-Reply-To: <1418899870-18588-1-git-send-email-danielx.t.mrzyglod-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> 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" 2014-12-18 10:51, Daniel Mrzyglod: > In rte_eth_af_packet.c we are we are missing NULL pointer > checks after calls to alocate memory for queues. Add checking NULL > pointer and error handling. > > Signed-off-by: Daniel Mrzyglod You sent this patch twice: http://dpdk.org/ml/archives/dev/2014-December/010331.html http://dpdk.org/ml/archives/dev/2014-December/010333.html And you didn't send any patch for the part "Not munmaped queue area" of your original patch: http://dpdk.org/ml/archives/dev/2014-December/010229.html -- Thomas