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
When reusing a BufferRecycler the constraint of a ReadConstrainedTextBuffer is calculated on the size of that buffer instead of the limit provided with maxStringLength. A reproducer for this problem is provided here.
The text was updated successfully, but these errors were encountered:
When reusing a
BufferRecycler
the constraint of aReadConstrainedTextBuffer
is calculated on the size of that buffer instead of the limit provided withmaxStringLength
. A reproducer for this problem is provided here.The text was updated successfully, but these errors were encountered: