affbdf7125
Motivation: We need to update the doubly-linked list nodes while holding a lock via synchronized in all cases as otherwise we may end-up with a corrupted pipeline. We missed this when calling remove0(...) due handlerAdded(...) throwing an exception. Modifications: - Correctly hold lock while update node - Add assert - Add unit test Result: Fixes https://github.com/netty/netty/issues/9528 |
||
---|---|---|
.. | ||
src | ||
pom.xml |