netty5/common/src
Norman Maurer 0767da12fb Fix possible AttributeMap corruption on double removal
Motivation:

When remove0() is called multiple times for an DefaultAttribute it can cause corruption of the internal linked-list structure.

Modifications:

- Ensure remove0() can not cause corruption by null out prev and next references.

Result:

No more corruption possible
2015-03-10 05:08:41 +01:00
..
main/java/io/netty/util Fix possible AttributeMap corruption on double removal 2015-03-10 05:08:41 +01:00
test/java/io/netty/util Suggestion for supporting single header fields. 2015-02-18 10:54:15 +01:00