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
Symbiotic does not detect UB when the memory regions of arguments of memcpy, strcpy or strncpy overlap. This should be quite an easy fix as we just need to add some additional asserts to corresponding implementations in lib/libc (Divine does practically the same thing).
Symbiotic does not detect UB when the memory regions of arguments of
memcpy
,strcpy
orstrncpy
overlap. This should be quite an easy fix as we just need to add some additional asserts to corresponding implementations inlib/libc
(Divine does practically the same thing).Tests: https://github.com/aufover/aufover-benchmark/tree/main/tests/single-c/mem-overlap
The text was updated successfully, but these errors were encountered: