raminfp / libjalali

C jalali linux lib
1 stars 0 forks source link

AddressSanitizer: global-buffer-overflow (/lib64/libasan.so.3+0x649e2) in memmove #3

Closed raminfp closed 7 years ago

raminfp commented 7 years ago

Hi,

i got vulnerability buffer overflow in memmove function because

void *memmove(void *dest, const void *src, size_t n);

n should never be greatest than src or dest size.