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

[release/9.0] Fix createdump 'stack smashing detected' error on arm64 #108208

Merged
merged 2 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Fix createdump 'stack smashing detected' error on arm64

    The changes from PR #91865 were reverted by PR #95433.
    
    This change restores the fix from PR #91865 by changing the size back to SpecialDiagInfoSize
    but uses the 4 parameter MemoryRegion constructor that doesn't assert the address/size is on
    a PAGE_SIZE alignment (PR #95433).
    
    Issue: #108023
    mikem8361 authored and github-actions committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0168f80 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    04a9661 View commit details
    Browse the repository at this point in the history