Skip to content

[Backport support/2.15] Take a mutex before accessing the l_ApiScriptFrames#10740

Merged
jschmidt-icinga merged 1 commit intosupport/2.15from
backport-10675-to-support/2.15
Mar 12, 2026
Merged

[Backport support/2.15] Take a mutex before accessing the l_ApiScriptFrames#10740
jschmidt-icinga merged 1 commit intosupport/2.15from
backport-10675-to-support/2.15

Conversation

@yhabteab
Copy link
Copy Markdown
Member

@yhabteab yhabteab commented Mar 3, 2026

Take a mutex to avoid race conditions in the map that lead to segmentation faults. Move the ApiScriptFrame object back behind a shared pointer to avoid holding the mutex for too long.

Fixes #10674

(cherry picked from commit 11726b7)


Backport of #10675

Take a mutex to avoid race conditions in the map that lead to
segmentation faults. Move the ApiScriptFrame object back behind a
shared pointer to avoid holding the mutex for too long.

Fixes #10674

(cherry picked from commit 11726b7)
@cla-bot cla-bot Bot added the cla/signed label Mar 3, 2026
@yhabteab yhabteab added bug Something isn't working core/crash Shouldn't happen, requires attention labels Mar 3, 2026
@yhabteab yhabteab added this to the 2.15.3 milestone Mar 3, 2026
@yhabteab yhabteab requested a review from julianbrost March 3, 2026 10:57
@yhabteab yhabteab requested review from jschmidt-icinga and removed request for julianbrost March 12, 2026 12:15
@jschmidt-icinga jschmidt-icinga merged commit 610a9c6 into support/2.15 Mar 12, 2026
31 checks passed
@jschmidt-icinga jschmidt-icinga deleted the backport-10675-to-support/2.15 branch March 12, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cla/signed core/crash Shouldn't happen, requires attention

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants