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
Much like issue #26 and issue #27, we must mitigate pointer arithmetic wrap-around (overflow/underflow). This should be possible via -fsanitize=pointer-overflow but it has similar problems as the other issues, namely -fwrapv-pointer.
make sanitizer work with -fwrapv-pointer (and -fno-strict-overflow)
Much like issue #26 and issue #27, we must mitigate pointer arithmetic wrap-around (overflow/underflow). This should be possible via
-fsanitize=pointer-overflowbut it has similar problems as the other issues, namely-fwrapv-pointer.-fwrapv-pointer(and-fno-strict-overflow)pointer-overflowdoes not appear to function llvm/llvm-project#66451