Skip to content

Commit fcbf9ec

Browse files
committed
Update release notes wrt #518
1 parent 265b3c4 commit fcbf9ec

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

cbor/src/main/java/com/fasterxml/jackson/dataformat/cbor/CBORParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3848,7 +3848,7 @@ protected void _reportIncompleteBinaryRead(int expLen, int actLen) throws IOExce
38483848
expLen, actLen), _currToken);
38493849
}
38503850

3851-
// @since 2.19
3851+
// @since 2.18.1
38523852
private String _reportTruncatedUTF8InString(int strLenBytes, int truncatedCharOffset,
38533853
int firstUTFByteValue, int bytesExpected)
38543854
throws IOException

release-notes/CREDITS-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,3 +346,7 @@ Joachim Lous (@jlous)
346346
Robert Noack (@mr-robert)
347347
* Reported #509: IonValueMapper.builder() not implemented, does not register modules
348348
(2.18.0)
349+
350+
Knut Wannheden (@knutwannheden)
351+
* Contributed #518: Should not read past end for CBOR string values
352+
(2.18.1)

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Active maintainers:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.18.1 (not yet released)
18+
19+
#518: Should not read past end for CBOR string values
20+
(contributed by Knut W)
21+
1722
2.18.0 (26-Sep-2024)
1823

1924
#167: (avro) Incompatibility with Avro >=1.9.0 (upgrade to Avro 1.11.3)

0 commit comments

Comments
 (0)