06a5173e8d
Motivation: Utf8FrameValidator must release the input buffer if the validation fails to ensure no memory leak happens Modifications: - Catch exception, release frame and rethrow - Adjust unit test Result: Fixes https://github.com/netty/netty/issues/9906