Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v24.1.x] CORE-8721 security: check std::uncaught_exceptions() in ~request_auth_result() #24740

Merged

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #24727

We now check `std::uncaught_exceptions()` in the destructor to avoid
throwing exceptions during stack unwinding. This ensures that if an
exception is already in flight, no additional exceptions will be thrown,
which would otherwise lead to a call to `std::terminate()`.

(cherry picked from commit aaa539e)
@vbotbuildovich vbotbuildovich added this to the v24.1.x-next milestone Jan 9, 2025
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jan 9, 2025
@pgellert pgellert self-assigned this Jan 9, 2025
@vbotbuildovich
Copy link
Collaborator Author

Retry command for Build#60485

please wait until all jobs are finished before running the slash command

/ci-repeat 1
tests/rptest/tests/full_disk_test.py::FullDiskReclaimTest.test_full_disk_triggers_gc

@vbotbuildovich
Copy link
Collaborator Author

CI test results

test results on build#60485
test_id test_kind job_url test_status passed
rptest.tests.full_disk_test.FullDiskReclaimTest.test_full_disk_triggers_gc ducktape https://buildkite.com/redpanda/redpanda/builds/60485#01944ac7-426e-495d-8ae2-b84db9bb381b FAIL 0/1

@pgellert
Copy link
Contributor

pgellert commented Jan 9, 2025

/ci-repeat 1
tests/rptest/tests/full_disk_test.py::FullDiskReclaimTest.test_full_disk_triggers_gc

@pgellert pgellert merged commit 7d67a36 into redpanda-data:v24.1.x Jan 9, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants