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 34F6F11787 for ; Thu, 10 Jul 2014 21:11:06 +0000 (UTC) Received: (qmail 66984 invoked by uid 500); 10 Jul 2014 21:11:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66874 invoked by uid 500); 10 Jul 2014 21:11: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 66635 invoked by uid 99); 10 Jul 2014 21:11: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:11:05 +0000 Date: Thu, 10 Jul 2014 21:11:05 +0000 (UTC) From: "Mike Drob (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Mike Drob created HBASE-11500: --------------------------------- Summary: 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 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)