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

Fix stack-buffer-overflow in generated code #46260

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 5, 2022

  1. Fix stack-buffer-overflow in generated code

    When generating code for a local, we were using the LLVM type
    for the allocation. However, we were assuming that the allocation
    was sized according to the julia datatype size. These two sizes
    do not match, as the julia size is rounded up to alignment,
    causing a stack buffer overflow.
    Keno committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    eab9c17 View commit details
    Browse the repository at this point in the history