dxbjavid opened a new pull request, #746: URL: https://github.com/apache/commons-text/pull/746
TextStringBuilder.clear(), deleteImpl(), the replaceImpl() shrink branch, and setLength(int) all lower the logical size without wiping the now-unused tail of the internal char[], which stays readable through serialization (the buffer is non-transient) and through readFrom() handing the raw array to a Readable. This ports the same fill-with-NUL hardening already merged for StrBuilder in #741, #742, and #744 to its non-deprecated counterpart. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
