arturobernalg opened a new pull request, #627: URL: https://github.com/apache/httpcomponents-core/pull/627
This change hardens HPACK integer decoding against signed int overflow. When decoding continuation bytes, the accumulated value can exceed Integer.MAX_VALUE and wrap negative, which may surface later as unchecked exceptions (e.g. invalid index / length) instead of a clean `HPackException`. -- 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]
