commit | 2859883e8901f5db7b26c07f823e2e8bc531a70d | [log] [tgz] |
---|---|---|
author | Ronan Desplanques <desplanques@adacore.com> | Tue Mar 18 13:56:58 2025 +0100 |
committer | Eric Botcazou <ebotcazou@adacore.com> | Tue Jun 10 10:58:25 2025 +0200 |
tree | 2690b3a8585aa162244c505a7d3f248d75cd2f3d | |
parent | ba729e217add91ac919c06a51f00145249fbeb4b [diff] |
ada: Fix use-after-free in Compute_All_Tasks This patch fixes a bug in System.Stack_Usage.Tasking.Compute_All_Tasks where it would attempt to read the stack of threads that had already completed. gcc/ada/ChangeLog: * libgnarl/s-stusta.adb (Compute_All_Tasks): Skip terminated tasks.