This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new d036b79b9 Fix NullPointerException at
BZip2CompressorOutputStream.writeRun() #757
d036b79b9 is described below
commit d036b79b985c28ee613b0dc622cfbf8fae8ac5d1
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 13 08:06:06 2026 -0500
Fix NullPointerException at BZip2CompressorOutputStream.writeRun() #757
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 977e3c451..fc473659d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX bzip2 -->
<action type="fix" dev="ggregory" due-to="Tyler Nighswander, Gary
Gregory">BZip2CompressorInputStream now throw CompressorException (a subclass
of IOException) for invalid or corrupted data, providing more specific error
reporting.</action>
<action type="fix" dev="pkarwasz" due-to="Tyler Nighswander, Piotr P.
Karwasz">BZip2 input streams treat Huffman codes longer than 20 bits as
corrupted data, matching the behavior of the reference implementation.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory, Oti">Fix
NullPointerException at BZip2CompressorOutputStream.writeRun() #757.</action>
<!-- FIX dump -->
<action type="fix" dev="pkarwasz" due-to="Tyler Nighswander">Align DUMP
archive block size with Linux `dump` utility.</action>
<action type="fix" dev="ggregory" due-to="Tyler Nighswander, Gary
Gregory">DumpArchiveInputStream.getNextEntry() throws an ArchiveException
instead of ArrayIndexOutOfBoundsException.</action>