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

crash when too many samples are loaded #70

Open
claudeha opened this issue Jan 25, 2025 · 0 comments
Open

crash when too many samples are loaded #70

claudeha opened this issue Jan 25, 2025 · 0 comments
Assignees

Comments

@claudeha
Copy link
Collaborator

e.g. when using --preload, limit is 1024. but there are almost 2k samples in the default repo and array is written out of bounds

proper fix would be to detect overflow and prevent crashing, or maybe use a linked list instead of an array. needs to be thread safe...

@claudeha claudeha self-assigned this Jan 25, 2025
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