Merge pull request #10788 from aidangarske/fenrir-tls-batch-2026-06

Various hardening fixes across sniffer, QUIC, PKCS#11, TLS and tooling
This commit is contained in:
David Garske
2026-07-08 13:58:14 -07:00
committed by GitHub
11 changed files with 138 additions and 27 deletions
+8
View File
@@ -1493,6 +1493,10 @@ package body WolfSSL is
Size : Integer;
Result : out Integer) is
begin
if Size < 0 then
Result := Exception_Error;
return;
end if;
declare
R : int;
begin
@@ -1518,6 +1522,10 @@ package body WolfSSL is
Size : Integer;
Result : out Integer) is
begin
if Size < 0 then
Result := Exception_Error;
return;
end if;
declare
R : int;
begin