mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 11:27:29 +00:00
base: log invalid address value in heap
This commit is contained in:
parent
a5c7b20196
commit
996b2fe79f
@ -291,7 +291,7 @@ void Heap::free(void *addr, size_t)
|
||||
break;
|
||||
|
||||
if (!ds) {
|
||||
warning("heap could not free memory block: invalid address");
|
||||
warning("heap could not free memory block: invalid address ", addr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user