mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 10:40:54 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user