dcais opened a new pull request, #20287:
URL: https://github.com/apache/kafka/pull/20287

   The calculation sessionExpirationTimeNanos = authenticationEndNanos + 1000 * 
1000 * retvalSessionLifetimeMs can potentially overflow when:
   retvalSessionLifetimeMs is very large
   authenticationEndNanos is already a large value
   The multiplication 1000 * 1000 * retvalSessionLifetimeMs exceeds 
Long.MAX_VALUE - authenticationEndNanos
   


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