Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mm/mm_check_heap_corruption.c : Show pid with signed format
For stack allocation, the pid which is in mm_allocnode_s is pid * (-1) for distinguishing it is stack allocation or normal allocation. If we print the pid with unsigned format, then the pid of stack allocated node looks very big number because of negative value. So it is better to print the pid with signed format when asserted. Signed-off-by: jeongchanKim <[email protected]>
- Loading branch information