netty5/common
Scott Mitchell 3f244a94fe
AsciiString#indexOf out of bounds (#7866)
Motivation:
The bounds checking for AsciiString#indexOf and AsciiString#lastIndexOf is not correct and may lead to ArrayIndexOutOfBoundsException.

Modifications:
- Correct the bounds checking for AsciiString#indexOf and AsciiString#lastIndexOf

Result
Fixes https://github.com/netty/netty/issues/7863
2018-04-12 12:06:12 -07:00
..
src AsciiString#indexOf out of bounds (#7866) 2018-04-12 12:06:12 -07:00
pom.xml Add dev-tools dependency for commons (#7858) 2018-04-10 10:37:02 +02:00