You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var_get, var_set, config_get, error_set, log_*, output_set and http_request all expect the host to take ownership of the memory block, the blocks passed as arguments should not be freed in the PDK.
The text was updated successfully, but these errors were encountered:
zshipko
changed the title
Extism functions take ownership of memory passed in
Extism host functions should take ownership of memory passed in
Sep 20, 2024
var_get
,var_set
,config_get
,error_set
,log_*
,output_set
andhttp_request
all expect the host to take ownership of the memory block, the blocks passed as arguments should not be freed in the PDK.See extism/extism#743
The text was updated successfully, but these errors were encountered: