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

Another tweak to the snprintf() size handling #50

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

DavisVaughan
Copy link
Contributor

Follow up to #49

I looked over our snprintf() usage again and this is the only other place I could find that looks like it could be a problem. It is a similar patch to what is done in #49 (subtracting off the amount that we advanced the pointer forward by)

DavisVaughan added a commit to DavisVaughan/C5.0 that referenced this pull request Mar 9, 2023
It does not look like we need the patch from topepo/Cubist#49, because that `snprintf()` call doesn't exist in C5.0 (if I am reading the code correctly)
@topepo topepo merged commit 1db362f into topepo:master Jul 2, 2024
12 checks passed
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