belliottsmith commented on code in PR #4068:
URL: https://github.com/apache/cassandra/pull/4068#discussion_r2036951825


##########
src/java/org/apache/cassandra/utils/vint/VIntCoding.java:
##########
@@ -308,6 +308,17 @@ public static <V> long getUnsignedVInt(V input, 
ValueAccessor<V> accessor, int r
         return retval;
     }
 
+    public static <V> int readLengthOfVInt(V input, ValueAccessor<V> accessor, 
int position)

Review Comment:
   it's copy/paste from the existing VIntCoding methods - which admittedly we 
should really have direct fuzz testing of, but not sure if this is the best 
place to start...



-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to