mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 18:49:14 +00:00
0263d45a35
Performing direct deliveries of management messages could enter a code path on QueueImpl::addTail with a NULL pageIterator: performing a null check will avoid it to throw NPE.