netty5/common/src
Norman Maurer 48df2f66b8 HashedWheelTimer.newTimeout(...) may overflow
Motivation:

We dont protect from overflow and so the timer may fire too early if a large timeout is used.

Modifications:

Add overflow guard and a test.

Result:

Fixes https://github.com/netty/netty/issues/7760.
2018-03-03 15:00:47 -08:00
..
main HashedWheelTimer.newTimeout(...) may overflow 2018-03-03 15:00:47 -08:00
test HashedWheelTimer.newTimeout(...) may overflow 2018-03-03 15:00:47 -08:00