Skip to content

Commit 28619a5

Browse files
committed
Add CHANGELOG entry for 0.0.121
1 parent 15c9f5b commit 28619a5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.0.121 - Jan 22, 2024 - "Unwraps are Bad"
2+
3+
## Bug Fixes
4+
* Fix a deadlock when calling `batch_funding_transaction_generated` with
5+
invalid input (#2841).
6+
7+
## Security
8+
0.0.121 fixes a denial-of-service vulnerability which is reachable from
9+
untrusted input from peers in rare cases if we have a public channel or in
10+
common cases if `P2PGossipSync` is used.
11+
* A peer that failed to complete its handshake would cause a reachable
12+
`unwrap` in LDK since 0.0.119 when LDK attempts to broadcast gossip to all
13+
peers (#2842).
14+
15+
In total, this release features 4 files changed, 52 insertions, 10
16+
deletions in 4 commits from 2 authors, in alphabetical order:
17+
* Jeffrey Czyz
18+
* Matt Corallo
19+
120
# 0.0.120 - Jan 17, 2024 - "Unblinded Fuzzers"
221

322
## API Updates

0 commit comments

Comments
 (0)