From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugme-daemon@bugzilla.kernel.org Subject: [Bug 12020] scsi_times_out NULL pointer dereference Date: Thu, 13 Nov 2008 12:23:09 -0800 (PST) Message-ID: <20081113202309.526FD11D108@picon.linux-foundation.org> References: Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:50657 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753033AbYKMUXL (ORCPT ); Thu, 13 Nov 2008 15:23:11 -0500 Received: from picon.linux-foundation.org (picon.linux-foundation.org [140.211.169.79]) by smtp1.linux-foundation.org (8.14.2/8.13.5/Debian-3ubuntu1.1) with ESMTP id mADKN903010927 for ; Thu, 13 Nov 2008 12:23:10 -0800 In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: linux-scsi@vger.kernel.org http://bugzilla.kernel.org/show_bug.cgi?id=12020 ------- Comment #3 from anonymous@kernel-bugs.osdl.org 2008-11-13 12:23 ------- Reply-To: James.Bottomley@HansenPartnership.com On Thu, 2008-11-13 at 12:12 -0800, bugme-daemon@bugzilla.kernel.org wrote: > While we are at this function, could you please check > > if (eh_timed_out) > rtn = eh_timed_out(scmd); > switch (rtn) { > case BLK_EH_NOT_HANDLED: > break; > default: > return rtn; > } > > > Is the indentation wrong or are there missing if-braces? It's not as intended, but harmless: http://git.kernel.org/?p=linux/kernel/git/jejb/scsi-misc-2.6.git;a=commitdiff;h=6ec39f02cf48df89c3cbab4aeef521569fec00e4 James -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.