You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by michaelandrepearce <gi...@git.apache.org> on 2018/08/09 14:56:54 UTC

[GitHub] activemq-artemis issue #2232: ARTEMIS-1482 Enhance test to ensure len check ...

Github user michaelandrepearce commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2232
  
    @mtaylor here is updated test that will catch (by the test going OOM) if the byte[] is initialized, and the validity check isnt done first. I checked and unit test fails without your change, but passes with it.


---