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
while refactoring the syscall code for issue #822 I noticed this bug. I believe
the main instances of it that I hit back when I added this feature happen
to not have a problem. the consequences are false negatives and false
positives, but I don't recall seeing any false positives that could have
been from this. still, it should be fixed.
AFAICT this was fixed as part of the drsyscall refactoring. The old code used the full ordinal while the new code uses compacted (yes, the title here seems reversed).
From [email protected] on November 26, 2012 15:05:46
while refactoring the syscall code for issue #822 I noticed this bug. I believe
the main instances of it that I hit back when I added this feature happen
to not have a problem. the consequences are false negatives and false
positives, but I don't recall seeing any false positives that could have
been from this. still, it should be fixed.
Original issue: http://code.google.com/p/drmemory/issues/detail?id=1088
The text was updated successfully, but these errors were encountered: