Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760366AbYBGS45 (ORCPT ); Thu, 7 Feb 2008 13:56:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751969AbYBGS4s (ORCPT ); Thu, 7 Feb 2008 13:56:48 -0500 Received: from brick.kernel.dk ([87.55.233.238]:4295 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751799AbYBGS4r (ORCPT ); Thu, 7 Feb 2008 13:56:47 -0500 Date: Thu, 7 Feb 2008 19:56:43 +0100 From: Jens Axboe To: linux-kernel@vger.kernel.org, jesse.barnes@intel.com Subject: out-of-bounds array index Message-ID: <20080207185642.GN15220@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 887 Lines: 32 Hi, Just saw this from gcc: drivers/char/drm/i915_drv.c: In function ?i915_suspend?: drivers/char/drm/i915_drv.c:173: warning: array subscript is above array bounds CC [M] drivers/char/drm/i915_dma.o drivers/char/drm/i915_drv.c: In function ?i915_resume?: drivers/char/drm/i915_drv.c:220: warning: array subscript is above array bounds It's this code: dev_priv->saveGR[0x18] = i915_read_indexed(VGA_GR_INDEX, VGA_GR_DATA, 0x18); which looks legit, since saveGR is u8 saveGR[24]; It has been introduced by commit ba8bbcf6ff4650712f64c0ef61139c73898e2165, which seems to be you Jesse. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/