[openssl/openssl] b06959: ssl: avoid integer overflow by casting sum terms t...
"'Herman Semenoff' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: b069590724f09d060c79dc3013f2a0a60438b07f
https://github.com/openssl/openssl/commit/b069590724f09d060c79dc3013f2a0a60438b07f
Author: Herman Semenoff <[email protected]>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M ssl/quic/quic_port.c
M ssl/record/methods/tls13_meth.c
Log Message:
-----------
ssl: avoid integer overflow by casting sum terms to size_t and not the result
Avoid possible integer overflow: instead of casting the sum to size_t,
each operand of the sum is cast to size_t before addition to avoid int
overflow.
Signed-off-by: Herman Semenoff <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tom Cosgrove <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Mon Jun 1 07:24:21 2026
(Merged from https://github.com/openssl/openssl/pull/30972)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/4d3d95-b06959%40github.com.