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,
|
Address => Address,
|
||||||
Length => Length);
|
Length => Length);
|
||||||
|
|
||||||
pragma Assert (Length > 0);
|
pragma Assert (Length >= 0);
|
||||||
|
|
||||||
return
|
return
|
||||||
Subprogram_Result
|
Subprogram_Result
|
||||||
|
Reference in New Issue
Block a user