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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new b3adbf8  [IO-665] ensure that passing a null InputStream results in 
NPE with tests #112.
b3adbf8 is described below

commit b3adbf89eeeb4ac9e554ec6705703847504cf728
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Apr 13 21:32:06 2020 -0400

    [IO-665] ensure that passing a null InputStream results in NPE with
    tests #112.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6332c24..3a3fae8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -210,6 +210,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-666" dev="ggregory" type="update" due-to="Gary 
Gregory">
          Normalize internal buffers to 8192 bytes.
       </action>
+      <action issue="IO-665" dev="ggregory" type="update" due-to="Otto Fowler, 
Gary Gregory">
+         Ensure that passing a null InputStream results in NPE with tests #112.
+      </action>
     </release>
 
     <release version="2.6" date="2017-10-15" description="Java 7 required, 
Java 9 supported.">

Reply via email to