cshannon commented on code in PR #2080:
URL: https://github.com/apache/activemq/pull/2080#discussion_r3365196006


##########
activemq-client/src/main/java/org/apache/activemq/util/MarshallingSupport.java:
##########
@@ -158,10 +164,11 @@ public static void marshalPrimitive(DataOutputStream out, 
Object value) throws I
     }
 
     public static Object unmarshalPrimitive(DataInputStream in) throws 
IOException {
-        return unmarshalPrimitive(in, false);
+        return unmarshalPrimitive(in, false, Integer.MAX_VALUE, 
Integer.MAX_VALUE, Integer.MAX_VALUE, 0);

Review Comment:
   [[applies here 
too](https://github.com/apache/activemq/pull/2080#discussion_r3365192557)](https://github.com/apache/activemq/pull/2080#discussion_r3365192557)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to