This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
from 7d5d6481 Grow Base58 accumulation buffers geometrically within the
configured input limits and validate actual accumulated length.
new 8c0303ce Fix Base58 encoded-length calculation and line-length
validation
new 0130064a Ensure BaseNCodecOutputStream closes underlying resources on
failure
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 2 +
.../org/apache/commons/codec/binary/Base58.java | 38 ++++++++++-
.../codec/binary/BaseNCodecOutputStream.java | 10 ++-
.../apache/commons/codec/binary/Base58Test.java | 36 ++++++++++
.../codec/binary/BaseNCodecOutputStreamTest.java | 78 ++++++++++++++++++++++
5 files changed, 160 insertions(+), 4 deletions(-)