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
@sherkat69 MATE only checks for certain kinds of POIs (e.g., it checks for UAF but not overflow). Additionally, I wouldn't be surprised if the compiler has optimized away the straightforward UB in your program, you can check this by compiling with clang -emit-llvm and inspecting the bitcode to see if the UB is still present.
hi
i am trying to test a code with MATE:
this code has several issues; redundancy, use after free, overflow ...
but i am not getting any reports in POI or any other sections.
to make sure that i correctly installed MATE, i analyzed "authentication.c" file and two problems are shown in POI section.
p.s: how to delete the scanned project in build section?
The text was updated successfully, but these errors were encountered: