MAINT-1753: Correcting behavior of ll_aligned_realloc_16() on Linux to avoid...
MAINT-1753: Correcting behavior of ll_aligned_realloc_16() on Linux to avoid memory corruption in the case that the new memory size requested is smaller than the old memory size. Also, adding check to ensure that the aligned malloc returns a non-null value before memcopying.
Please register or sign in to comment