Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D16E117DC for ; Thu, 10 Jul 2014 21:17:05 +0000 (UTC) Received: (qmail 89197 invoked by uid 500); 10 Jul 2014 21:17:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 89148 invoked by uid 500); 10 Jul 2014 21:17:05 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 89136 invoked by uid 99); 10 Jul 2014 21:17:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2014 21:17:05 +0000 Date: Thu, 10 Jul 2014 21:17:05 +0000 (UTC) From: "Mike Drob (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-11500) Possible null pointer dereference of regionLocation in ReversedScannerCallable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-11500: ------------------------------ Attachment: HBASE-11500.patch.txt > Possible null pointer dereference of regionLocation in ReversedScannerCallable > ------------------------------------------------------------------------------ > > Key: HBASE-11500 > URL: https://issues.apache.org/jira/browse/HBASE-11500 > Project: HBase > Issue Type: Bug > Components: Client > Reporter: Mike Drob > Priority: Minor > Labels: findbugs > Attachments: HBASE-11500.patch.txt > > > If regionLocation is null in ReversedScannerCallable.locateRegionsInRange then the else branch will attempt to dereference it. -- This message was sent by Atlassian JIRA (v6.2#6252)