Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

!B Fix stack corruption on non-windows platforms #500

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

Conversation

mik403
Copy link

@mik403 mik403 commented Jul 6, 2020

Hi guys!
I am sharing your fix of stack corruption on non-windows platforms

Problem is next - during asset processing convertor serializes DataType enum as 'int', because this is the underlying type of it on msvc/windows.

But after loading it on Clang (for example Orbis or Linux) its underlying type will be unsigned int, which will lead to ton's of erros and stack corruption after

@AMZN-Gene
Copy link

This is great! Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants