Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: Fix heap overflow in T_arr_trim()
Incorrect element size was used for the memcpy(), and testing didn't catch this when I implemented it. Tests now make this case obvious with ASAN.
- Loading branch information