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

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

3 participants