mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
base: log invalid address value in heap
This commit is contained in:
committed by
Norman Feske
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user