Skip to content

v1.8.24

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 16:46
· 66 commits to dev since this release
targetcmp: remove queue

The queue is intended to avoid rereading guest pointers, but it assumes
that the same pointer always has the same data, which isn't always true.
For example, a program can compare a target string to a buffer, then
change the contents of the buffer and compare again, and the queue will
prevent targetcmp from tracking the second comparison.