mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-08 05:23:44 +02:00
updated changelog
This commit is contained in:
parent
fc656a02d1
commit
1f7a210760
1 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,5 @@ Implemented a safer version of read_exact for zssp to use. This has similar bene
|
||||||
Refactored most buffer logic to use safe_read_exact and safe_write_all, the resulting code is less verbose and easier to analyze: Because of this refactor the buffer overrun below was caught.
|
Refactored most buffer logic to use safe_read_exact and safe_write_all, the resulting code is less verbose and easier to analyze: Because of this refactor the buffer overrun below was caught.
|
||||||
|
|
||||||
Fixed a buffer overrun panic when decoding alice_ratchet_key_fingerprint
|
Fixed a buffer overrun panic when decoding alice_ratchet_key_fingerprint
|
||||||
|
|
||||||
|
Renamed variables and added extra intermediate values so encoding and decoding are more obviously symmetric.
|
||||||
|
|
Loading…
Add table
Reference in a new issue