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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new cb4886d6f Validate deserialized size in CircularFifoQueue.readObject
(#678).
cb4886d6f is described below
commit cb4886d6fd6a23175558ba93ef01b420b4556a5f
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 27 18:49:27 2026 +0000
Validate deserialized size in CircularFifoQueue.readObject (#678).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b66c78cf2..9b23e8a04 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Document
non-atomic merge semantics for BloomFilter (#695).</action>
<action type="fix" dev="ggregory" due-to="Vasiliy Mikhailov, Gary
Gregory">Fix AbstractMapBag.retainAll removing all copies when the other bag
has more (#692).</action>
<action type="fix" dev="ggregory" due-to="Vasiliy Mikhailov, Gary
Gregory">Fix integer overflow in SetOperations.cosineSimilarity (#693).</action>
+ <action type="fix" dev="ggregory" due-to="Vasiliy Mikhailov, Gary
Gregory">Validate deserialized size in CircularFifoQueue.readObject
(#678).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add generics to
UnmodifiableIterator for the wrapped type.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add a Maven
benchmark profile for JMH.</action>