m
Понятно что нрво тут ни при чем, я про него и не говорил
Size: a a a
m
m
DK
m
DK
DK
ПК
m
IS
ПК
AZ
Е
ДЛ
AZ
AS
AT
Simply compile and link your program with -fsanitize=address flag. The AddressSanitizer run-time library should be linked to the final executable, so make sure to use clang (not ld) for the final link step. When linking shared libraries, the AddressSanitizer run-time is not linked, so -Wl,-z,defs may cause link errors (don’t use it with AddressSanitizer).