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

Undefined sanitizers bugs #90

Open
qarmin opened this issue Aug 17, 2020 · 0 comments
Open

Undefined sanitizers bugs #90

qarmin opened this issue Aug 17, 2020 · 0 comments

Comments

@qarmin
Copy link

qarmin commented Aug 17, 2020

thirdparty/spirv-reflect/spirv_reflect.c:293:37: runtime error: applying zero offset to null pointer
thirdparty/spirv-reflect/spirv_reflect.c:2205:19: runtime error: implicit conversion from type 'int' of value -2 (32-bit, signed) to type 'unsigned int' changed the value to 4294967294 (32-bit, unsigned)

not sure about reproduction steps

const uint32_t* arr1_end = p_arr1 + arr1_size;

p_var->flags &= ~SPV_REFLECT_VARIABLE_FLAGS_UNUSED;

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

No branches or pull requests

1 participant