forked from wolfSSL/wolfssl
Fix assertion that address length must be greater than zero
This commit is contained in:
@ -556,7 +556,7 @@ package body WolfSSL is
|
||||
Address => Address,
|
||||
Length => Length);
|
||||
|
||||
pragma Assert (Length > 0);
|
||||
pragma Assert (Length >= 0);
|
||||
|
||||
return
|
||||
Subprogram_Result
|
||||
|
Reference in New Issue
Block a user