You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/12/06 16:30:01 UTC

[jira] [Commented] (KNOX-1132) Address Coverity Defects in gateway-service-remoteconfig

    [ https://issues.apache.org/jira/browse/KNOX-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280431#comment-16280431 ] 

ASF subversion and git services commented on KNOX-1132:
-------------------------------------------------------

Commit bfb556c91c8722d42db1895a2a2e71fa7466baea in knox's branch refs/heads/master from [~lmccay]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=bfb556c ]

KNOX-1132 - Address Coverity Defects in gateway-service-remoteconfig (Phil Zampino via lmccay)

> Address Coverity Defects in gateway-service-remoteconfig
> --------------------------------------------------------
>
>                 Key: KNOX-1132
>                 URL: https://issues.apache.org/jira/browse/KNOX-1132
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.14.0
>            Reporter: Phil Zampino
>            Assignee: Phil Zampino
>              Labels: coverity
>             Fix For: 0.14.0
>
>         Attachments: KNOX-1132.patch
>
>
> A Coverity scan reported some "defects" in the recently-added gateway-service-remoteconfig module.
> After review, the test code "defects" will not be addressed, but the following will:
> ______________________________________________________________________________
> CID 1383366:  Null pointer dereferences  (NULL_RETURNS)
> /gateway-service-remoteconfig/src/main/java/org/apache/hadoop/gateway/service/config/remote/zk/RemoteConfigurationRegistryJAASConfig.java: 106 in org.apache.hadoop.gateway.service.config.remote.zk.RemoteConfigurationRegistryJAASConfig.createEntry(org.apache.hadoop.gateway.service.config.remote.RemoteConfigurationRegistryConfig)()
> ________________________________________________________________________________________________________
> CID 1383364:  Null pointer dereferences  (NULL_RETURNS)
> /gateway-service-remoteconfig/src/main/java/org/apache/hadoop/gateway/service/config/remote/zk/CuratorClientService.java: 339 in org.apache.hadoop.gateway.service.config.remote.zk.CuratorClientService$ChildEntryListenerAdapter.childEvent(org.apache.curator.framework.CuratorFramework, org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent)()



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)