Re: [PR] AVRO-3635: Disallow skipping a negative amount of bytes [avro]

2024-07-07 Thread via GitHub
opwvhk merged PR #2997: URL: https://github.com/apache/avro/pull/2997 -- 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: dev-unsubscr...@avro.apache.org F

[PR] AVRO-3635: Disallow skipping a negative amount of bytes [avro]

2024-07-03 Thread via GitHub
opwvhk opened a new pull request, #2997: URL: https://github.com/apache/avro/pull/2997 ## What is the purpose of the change Fix bug AVRO-2625, by disallowing skipping a negative number of bytes. This is what all other implementations of this method do, and fixes infinite lo