mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
The race may happen when element objects get destructed by another thread then the thread handling the for_each loop. In this case it may happen that the object is already destructed (left the ~Element destructor) but the thread handling the loop touches the invalid memory afterwards (the Element lock). detected during issue #2299 Fixes #2320
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.