netty5/common/src/main/java/io
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
..
netty/util Fix possible AttributeMap corruption on double removal 2015-03-10 05:08:41 +01:00