mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-29 06:55:49 +00:00
bug fix in otxn_param, passing now
This commit is contained in:
@@ -4909,7 +4909,7 @@ DEFINE_HOOK_FUNCTION(
|
||||
if (val.empty())
|
||||
return DOESNT_EXIST;
|
||||
|
||||
if (val.size() < write_len)
|
||||
if (val.size() > write_len)
|
||||
return TOO_SMALL;
|
||||
|
||||
WRITE_WASM_MEMORY_AND_RETURN(
|
||||
|
||||
Reference in New Issue
Block a user