File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
20
# 0.0.120 - Jan 17, 2024 - "Unblinded Fuzzers"
2
21
3
22
## API Updates
You can’t perform that action at this time.
0 commit comments