You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "István Tóth (Jira)" <ji...@apache.org> on 2019/10/04 11:12:00 UTC

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

István Tóth created HBASE-23119:
-----------------------------------

             Summary: 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


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)