From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] null: Fix dereference before null check in eth_null_copy_tx() Date: Tue, 17 Mar 2015 23:00:20 +0100 Message-ID: <1870413.ZqoHhhFpTJ@xps13> References: <1426477401-13429-1-git-send-email-mukawa@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Tetsuya Mukawa Return-path: In-Reply-To: <1426477401-13429-1-git-send-email-mukawa-AlSX/UN32fvPDbFq/vQRIQ@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" > This patch fixes potential null pointer access of eth_null_copy_tx(). > > Reported-by: Mcnamara, John > Signed-off-by: Tetsuya Mukawa Applied, thanks