Ekaterina Zilotina created ARTEMIS-4962:
-------------------------------------------
Summary: possible NRE in FilterImpl
Key: ARTEMIS-4962
URL: https://issues.apache.org/jira/browse/ARTEMIS-4962
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Ekaterina Zilotina
In FilterImpl class there is potential *NullReferenceException* in private
method *GetHeaderFieldValue()* ([line
169|https://github.com/apache/activemq-artemis/blob/75f17ba64df10663a14fcc85bcb5398d23941b6d/artemis-server/src/main/java/org/apache/activemq/artemis/core/filter/impl/FilterImpl.java#L169]).
When condition in line 161 is true and condition in line 164 is false null
return value of *msg.getUserID()* (cause in line 161 was true condition)
derefers in 169. Is it absolutely true that in complex these conditions must
only works as "true+true" or be skipped by first "false"? Does this part of
code need another check before 169 line?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact