Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Postpone the destruction of Task::current_activity_.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 6 Jun 2023 09:48:30 +0000 (11:48 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 6 Jun 2023 09:59:50 +0000 (11:59 +0200)
commit02b3efc3f60d9b8f19eb32c8fcfb344f07a34d21
tree13b50b969730f925c62c1c07a7c402c2fe87befc
parent0c84caf099147dcdc1a7ccfef467998a425b35aa
Postpone the destruction of Task::current_activity_.

Fixes heap-use-after-free spotted by ASan and valgrind.
include/simgrid/plugins/task.hpp
src/plugins/task.cpp