Age | Commit message (Collapse) | Author |
|
instance.
|
|
|
|
of bounds.
|
|
|
|
|
|
Safeguard against that.
|
|
|
|
illegal length of buffer too.
|
|
dereferencing it.
|
|
|
|
|
|
can change during recursive calls, invalidating iterators.
|
|
|
|
|
|
get disruptive crashes.
|
|
|
|
LLRightClickInventoryFetchDescendentsObserver::execute when there's a 0 pointer for item_array or cat_array.
|
|
|
|
|
|
|
|
|
|
and exit the fuction gracefully.
|
|
Handle that instead of crashing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Reviewed by VoidPointer
|
|
|
|
|
|
|
|
|
|
actually been to ll_aligned_free_16().
|
|
memory allocations and frees in the LLPrivateMemoryPool with aligned memory allocations and frees.
|
|
|
|
|
|
|