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


The following commit(s) were added to refs/heads/master by this push:
     new fb85ced5 Add null guard for InstructionFactory.createInvoke() #289
fb85ced5 is described below

commit fb85ced57db2a9d28b29883b267a6dc3023b8299
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 1 11:16:42 2024 -0400

    Add null guard for InstructionFactory.createInvoke() #289
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0df97860..e6541f74 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
    -->
   <body>
     <release version="6.8.3" date="YYYY-MM-DD" description="Maintenance and 
bug fix release.">
+      <action                  type="update" dev="ggregory" due-to="Heewon 
Lee">Add null guard for InstructionFactory.createInvoke() #289.</action>
       <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Avoid possible NullPointerException in 
org.apache.bcel.classfile.DescendingVisitor.accept(E[]).</action>
       <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Avoid possible NullPointerException in 
AnnotationEntryGen.getAnnotationAttributes(ConstantPoolGen, 
AnnotationEntryGen[]).</action>
       <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Avoid possible NullPointerException in 
AnnotationEntryGen.copyValues(ElementValuePair[], ConstantPoolGen, 
boolean).</action>

Reply via email to