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

complete #5123: client and server: increase p_features size from 1024 to 8192 #5397

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

bema-aei
Copy link
Contributor

Fixes #5123

In the current version of the code (master branch), p_features size of the host record is still fixed 1024. That doesn't look right (and probably won't help):

char p_features[1024];

https://github.com/BOINC/boinc/blob/master/db/boinc_db_types.h#L369

@AenBleidd
Copy link
Member

@bema-aei, could you please fix the size of the buf to use the same define instead of the number?

char buf[8192], buf2[512];

@bema-aei
Copy link
Contributor Author

Regarding the failes checks: "Please upload with the Codecov repository upload token to resolve issue." Nothing I can do about that.

@AenBleidd
Copy link
Member

Regarding the failes checks: "Please upload with the Codecov repository upload token to resolve issue." Nothing I can do about that.

You can ignore them, this happens from time to time, and this is nothing related to the changes in this PR.

@AenBleidd
Copy link
Member

Thank you for the fix!

@AenBleidd AenBleidd merged commit fc6d871 into BOINC:master Oct 16, 2023
46 of 48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Ryzen 7950x lacks feature sse2
2 participants