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

Cherry-pick PR17420 from dev to point-release #17808

Conversation

nick-l-o3de
Copy link
Contributor

Potential fix for ScriptCanvasDeveloper crash (#17420)

CHERRY-PICK from 4eacb15 from development -> point-release/23103

fixes issue #15959

This fixes a potential memory stomp issue, where the size of an object in the dll that creates it does not match the size of the object in static library that contains code that uses it, causing it to modify memory in unexpected location and leading to an assert on linux during startup if the Script Canvas Developer gem (ScriptCanvasDeveloper) is active.

Signed-off-by: Nicholas Lawson <70027408+nick-l-o3de@users.noreply.github.com>

CHERRY-PICK from 4eacb15 from development -> point-release/23103

fixes issue o3de#15959

This fixes a potential memory stomp issue, where the size of an object in the dll that creates it does not match the size of the object in static library that contains code that uses it, causing it to modify memory in unexpected location and leading to an assert on linux during startup if the Script Canvas Developer gem (ScriptCanvasDeveloper) is active.

Signed-off-by: Nicholas Lawson <70027408+nick-l-o3de@users.noreply.github.com>
@nick-l-o3de nick-l-o3de requested a review from a team as a code owner April 23, 2024 15:39
@byrcolin byrcolin added the sig/content Categorizes an issue or PR as relevant to SIG Content. label Apr 23, 2024
@nick-l-o3de nick-l-o3de requested review from a team April 24, 2024 18:14
@nick-l-o3de nick-l-o3de merged commit a61692f into o3de:point-release/23103 Apr 24, 2024
3 checks passed
@nick-l-o3de nick-l-o3de deleted the pointrelease-cherrypick-pr-17420 branch April 24, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/content Categorizes an issue or PR as relevant to SIG Content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants