mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 21:24:26 +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;
|
break;
|
||||||
|
|
||||||
if (!ds) {
|
if (!ds) {
|
||||||
warning("heap could not free memory block: invalid address");
|
warning("heap could not free memory block: invalid address ", addr);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user