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

cpu/native: Fix out-of-bounds memory access in startup function #21210

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carl-tud
Copy link

@carl-tud carl-tud commented Feb 12, 2025

Fixes #21209. Native-only.

@github-actions github-actions bot added Platform: native Platform: This PR/issue effects the native platform Area: cpu Area: CPU/MCU ports labels Feb 12, 2025
@carl-tud carl-tud marked this pull request as draft February 12, 2025 21:13
@benpicco benpicco added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Feb 13, 2025
@riot-ci
Copy link

riot-ci commented Feb 13, 2025

Murdock results

✔️ PASSED

39a298f cpu/native: Fix out-of-bounds memory access in startup function

Success Failures Total Runtime
10271 0 10271 09m:52s

Artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: cpu Area: CPU/MCU ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: native Platform: This PR/issue effects the native platform Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cpu/native: Out-of-bounds memory access in startup constructor loop
3 participants