OwenSanzas commented on code in PR #3622:
URL: https://github.com/apache/avro/pull/3622#discussion_r2688522880


##########
lang/c/src/encoding_binary.c:
##########


Review Comment:
   Sorry for my late reply. I spent sometime on understanding the avro domain.
   
   skip_bytes is actually safe. It calls AVRO_SKIP which invokes avro_skip() in 
lang/c/src/io.c:315. There's already a check if (len >= 0) that skips negative 
values - they simply return 0 without any operation.
   
   



-- 
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]

Reply via email to