This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a6a10437 FluentBitSet.readObject(ObjectInputStream) should validate 
constructor invariants (#1694).
2a6a10437 is described below

commit 2a6a10437d8d479af4bf7d180f0974238ab831b9
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 8 16:34:28 2026 -0400

    FluentBitSet.readObject(ObjectInputStream) should validate constructor
    invariants (#1694).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a0db25756..5088868fd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -180,6 +180,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix StringUtils.indexOfAny() matching an unpaired trailing high 
surrogate (#1687).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix LookupTranslator code point consumption for supplementary keys 
(#1691).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Re-assert CharRange start &lt;= end invariant in readObject 
(#1693).</action>
+    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">FluentBitSet.readObject(ObjectInputStream) should validate constructor 
invariants (#1694).</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to