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
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
The following leads to an out-of-bounds read in ckd_free_2d (can be observed with valgrind of AddressSanitizer). It happens whenever the first argument to ckd_calloc_2d is 0. This also applies to the 3d and 4d counterparts.
The following leads to an out-of-bounds read in
ckd_free_2d
(can be observed with valgrind of AddressSanitizer). It happens whenever the first argument tockd_calloc_2d
is 0. This also applies to the3d
and4d
counterparts.The text was updated successfully, but these errors were encountered: