We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef9938 commit 2d6d550Copy full SHA for 2d6d550
crates/libafl_targets/src/cmplog.c
@@ -59,7 +59,6 @@ static inline long area_is_valid(const void *ptr, size_t len) {
59
long valid_len;
60
61
#if defined(_WIN32)
62
- if (IsBadReadPtr(ptr, len)) { return 0; }
63
valid_len = (long)len;
64
#elif defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
65
if (!dymmy_initialized) {
0 commit comments