From b58858a34368f0039abf68d43c61fa1c30986ff1 Mon Sep 17 00:00:00 2001 From: mamoniot Date: Thu, 15 Dec 2022 11:52:08 -0500 Subject: [PATCH] updated comment --- zssp/src/zssp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zssp/src/zssp.rs b/zssp/src/zssp.rs index 18ff31dd2..b36aeb333 100644 --- a/zssp/src/zssp.rs +++ b/zssp/src/zssp.rs @@ -60,7 +60,7 @@ pub enum Error { /// Data object is too large to send, even with fragmentation DataTooLarge, - /// An unexpected buffer overrun occured while attempting to encode or decode a packet, this can only ever happen if exceptionally large keys are being used (which under p384 would imply there is a bug and potentially an attacker has control of a field they shouldn't), or as the result of an internal encoding bug. + /// An unexpected buffer overrun occured while attempting to encode or decode a packet, this can only ever happen if exceptionally large key blobs or metadata are being used, or as the result of an internal encoding bug. UnexpectedBufferOverrun, }