[
https://issues.apache.org/jira/browse/ARTEMIS-5663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram updated ARTEMIS-5663:
------------------------------------
Description:
Some bugs were discovered as a result of fuzz-testing the
{{ActiveMQDestination.createDestination}} method:
# {{IllegalArgumentException}} (3 different types)
# {{NullPointerException}}
# {{NumberFormatException}}
I have created a standalone repro for each bug (attached archive). You can
reproduce them by running the following command:
{noformat}
java -cp .:jars/* <bug_name>.java {noformat}
was:
Some bugs were discovered as a results of fuzz-testing of
ActiveMQDestination.createDestination methods:
1. IllegalArgumentException (3 different types)
2. NullPointerException
3. NumberFormatException
I have created a standalone repro for each bug (attached archive). You can
reproduce them by running the following command:
{code:java}
java -cp .:jars/* <bug_name>.java {code}
> Exceptions in ActiveMQDestination.createDestination method
> ----------------------------------------------------------
>
> Key: ARTEMIS-5663
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5663
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.31.2, 2.43.0
> Environment: openjdk version "21.0.8" 2025-07-15
> Reporter: Mikhail Titov
> Assignee: Justin Bertram
> Priority: Major
> Attachments: Exceptions_ActiveMQDestination.createDestination.tar
>
>
> Some bugs were discovered as a result of fuzz-testing the
> {{ActiveMQDestination.createDestination}} method:
> # {{IllegalArgumentException}} (3 different types)
> # {{NullPointerException}}
> # {{NumberFormatException}}
> I have created a standalone repro for each bug (attached archive). You can
> reproduce them by running the following command:
> {noformat}
> java -cp .:jars/* <bug_name>.java {noformat}
>
--
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