Skip to content

Conversation

@bglaessle
Copy link

A chroma job with a very large local volume produces an allocation failure crash, due
to an integer overflow.

While trying to run a chroma job with a very large local volume I got a
crash due to allocation failure. I tracked this down and the error comes
from integer overflow. Using a normal int instead of size_t for holding
the size of an allocation is not the best idea. This commit changes
that.
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

Successfully merging this pull request may close these issues.

2 participants