You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/05/20 00:17:37 UTC

[jira] [Created] (HBASE-11205) KeyValue#iscreate() should check the length of byte array

Ted Yu created HBASE-11205:
------------------------------

             Summary: KeyValue#iscreate() should check the length of byte array
                 Key: HBASE-11205
                 URL: https://issues.apache.org/jira/browse/HBASE-11205
             Project: HBase
          Issue Type: Task
            Reporter: Ted Yu
            Priority: Minor


In KeyValue, at around line 2419 (trunk code):
{code}
    // TODO: perhaps some sanity check is needed here.
    byte [] bytes = new byte[Bytes.toInt(intBytes)];
{code}
We should check the value of Bytes.toInt(intBytes).



--
This message was sent by Atlassian JIRA
(v6.2#6252)