mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
b585583ec7
Destroying an object within the scope of a lambda/functor executed in the object pool's apply function leads potentially to memory corruption. Within the scope the corresponding object is locked and unlocked when leaving the scope. Therefore, it is illegal to free the object's memory meanwhile. This commit eliminates several places in core that destroyed wrongly in the object pool's scope. Fix #1713 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
mk/spec | ||
run | ||
src |