genode/repos/base-hw
Stefan Kalkowski b585583ec7 core: do not destroy in object pool's apply scope
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
2015-09-30 12:20:40 +02:00
..
doc Add tutorial for base-hw on Muen 2015-08-27 13:48:26 +02:00
include Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
lib Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
mk/spec Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
run remove Versatile Express board (Fix #1611) 2015-07-07 19:48:06 +02:00
src core: do not destroy in object pool's apply scope 2015-09-30 12:20:40 +02:00