From d9bbd44d659383ac9424882d2bea4c62f6a62f63 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Mon, 6 Jun 2022 10:53:16 -0600 Subject: [PATCH] Fix typo --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index fcefbe96..3cc0f2f5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -43,7 +43,7 @@ - Fixes to local port forwarding ## Vulnerabilities -- When processing SFTP messages, wolfSSH isn't checking data lengths against the size of the message and is potentially under-allocating, over-reading, and over-writing buffers. Thank you to Michael Randriananantenaina, an independent security researcher, for the report. +- When processing SFTP messages, wolfSSH isn't checking data lengths against the size of the message and is potentially under-allocating, over-reading, and over-writing buffers. Thank you to Michael Randrianantenaina, an independent security researcher, for the report. # wolfSSH v1.4.7 (July 23, 2021)