[
https://issues.apache.org/jira/browse/HBASE-10178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850071#comment-13850071
]
Hudson commented on HBASE-10178:
--------------------------------
SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #13 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/13/])
HBASE-10178 Potential null object dereference in TablePermission#equals()
(tedyu: rev 1551408)
*
/hbase/branches/0.98/hbase-client/src/main/java/org/apache/hadoop/hbase/security/access/TablePermission.java
> Potential null object dereference in TablePermission#equals()
> -------------------------------------------------------------
>
> Key: HBASE-10178
> URL: https://issues.apache.org/jira/browse/HBASE-10178
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.98.0, 0.99.0
>
> Attachments: 10178-v1.txt
>
>
> At line 326:
> {code}
> ((namespace == null && other.getNamespace() == null) ||
> namespace.equals(other.getNamespace()))
> {code}
> If namespace is null but other.getNamespace() is not null, we would deference
> null object.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)