projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
ca7502b
)
Prevent underflow when sending UDP probes.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 1 Apr 2022 12:28:45 +0000
(14:28 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 1 Apr 2022 12:28:45 +0000
(14:28 +0200)
Make sure send_udp_probe_packet() never tries to send a packet smaller
than MIN_PROBE_SIZE, otherwise length calculation could potentially wrap.
Fixes #351 on GitHub.
No differences found