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
When you add ASAN during compilation, runtime errors will occur, mainly because free is used to free the memory space allocated for calling calloc, malloc, or realloc, rather than time_ t type(I’m not sure)
There are two bugs,one is in the args.c:111
When you add ASAN during compilation, runtime errors will occur, mainly because free is used to free the memory space allocated for calling calloc, malloc, or realloc, rather than time_ t type(I’m not sure)
ASAN
gdb debug information
Another bug is in the options.c:387
When opt ->len is not properly initialized or has incorrect values, it can cause stack overflow issues in memcpy
ASAN
gdb debug information
The text was updated successfully, but these errors were encountered: