You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Nes Cohen (JIRA)" <ji...@apache.org> on 2019/07/19 17:36:00 UTC

[jira] [Created] (STORM-3470) Possible Null Dereference in SimpleSaslServer authentication function

Nes Cohen created STORM-3470:
--------------------------------

             Summary: Possible Null Dereference in SimpleSaslServer authentication function
                 Key: STORM-3470
                 URL: https://issues.apache.org/jira/browse/STORM-3470
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-client
    Affects Versions: 1.2.2
            Reporter: Nes Cohen


On line 183, nid could possible be null. By comparing using "nid.equals()" we will get a null pointer exception instead of comparing possibly null values.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)