You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Peter Somogyi (Jira)" <ji...@apache.org> on 2019/10/04 13:34:00 UTC

[jira] [Resolved] (HBASE-23119) ArrayIndexOutOfBoundsException in PrivateCellUtil#qualifierStartsWith

     [ https://issues.apache.org/jira/browse/HBASE-23119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Somogyi resolved HBASE-23119.
-----------------------------------
    Fix Version/s: 2.1.8
                   2.2.2
                   2.3.0
                   3.0.0
       Resolution: Fixed

Thanks for the fix [~stoty]! Pushed to branch-2.1+.

> ArrayIndexOutOfBoundsException in PrivateCellUtil#qualifierStartsWith
> ---------------------------------------------------------------------
>
>                 Key: HBASE-23119
>                 URL: https://issues.apache.org/jira/browse/HBASE-23119
>             Project: HBase
>          Issue Type: Bug
>            Reporter: István Tóth
>            Assignee: István Tóth
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0, 2.2.2, 2.1.8
>
>
> PrivateCellUtil#qualifierStartsWith does not check the qualifier length before comparing the qualifier with the argument, resulting in ArrayIndexOutOfBoundsException when the argument length exceeds a the qualifier length.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)