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
When the buf argument passed to eval_buf is not null-terminated (i.e., does not end with \0), the function may incorrectly read beyond the specified buf_len, potentially causing unintended behavior.
For an example and further details, see the pull request: XuJiandong#1.
The text was updated successfully, but these errors were encountered:
XuJiandong
added a commit
to XuJiandong/ckb-js-vm
that referenced
this issue
Jan 8, 2025
When the
buf
argument passed toeval_buf
is not null-terminated (i.e., does not end with \0), the function may incorrectly read beyond the specifiedbuf_len
, potentially causing unintended behavior.For an example and further details, see the pull request: XuJiandong#1.
The text was updated successfully, but these errors were encountered: