You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buffer's length is not updated if buffer's growth results in a switch to unpooled underlying array. That leads to failures in consecutive operations involving access to buffer's area higher than original length.
The text was updated successfully, but these errors were encountered:
nayato
added a commit
to nayato/DotNetty
that referenced
this issue
Feb 17, 2016
Motivation:
Fix a bug Azure#71.
Modifications:
Set length property of a PooledByteBuffer in case of a switch of underlying array to unpooled.
Results:
PooledByteBufferAllocator can work with buffers bigger than pooled buffer's original capacity.
Buffer's length is not updated if buffer's growth results in a switch to unpooled underlying array. That leads to failures in consecutive operations involving access to buffer's area higher than original length.
The text was updated successfully, but these errors were encountered: