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

Fix IL2PTX config parsing #483

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Fix IL2PTX config parsing #483

merged 1 commit into from
Jul 17, 2023

Conversation

arodland
Copy link
Contributor

We were checking *t for end of string instead of *c, but t never changes, so we would run off of the end of the buffer and output a very large number of config errors before eventually crashing.

We were checking `*t` for end of string instead of `*c`, but `t` never changes, so we would run off of the end of the buffer and output a very large number of config errors before eventually crashing.
@wb2osz wb2osz merged commit c5ad945 into wb2osz:dev Jul 17, 2023
@wb2osz
Copy link
Owner

wb2osz commented Jul 17, 2023

That was very careless of me. Thanks for finding it!

bjpetit pushed a commit to bjpetit/direwolf that referenced this pull request Jul 13, 2024
We were checking `*t` for end of string instead of `*c`, but `t` never changes, so we would run off of the end of the buffer and output a very large number of config errors before eventually crashing.
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