Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regions_mm: vmh_free: Prevent null pointer dereference
The vmh_free function may have referenced a null pointer if an invalid pointer to be freed was passed to it. Before referencing the allocator array item, check if it has been initialized. Signed-off-by: Adrian Warecki <[email protected]>
- Loading branch information