Cytoplasm doesn't do a proper boundcheck on ArraySort #31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently,
ArraySort(Array * array, int (*compare) (void *, void *))
will crash if array->size is 0 due to an underflow error(caused by a lack of bound check).
Whoops! I'll work on this one.