We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
size_t
Checklist
Describe the bug A few variables/parameters representing size could be updated to the more expressive size_t typedef.
Code snips DataLength should be size_t:
DataLength
DS/fsw/src/ds_file.h
Lines 121 to 127 in 2a6c6a2
MaxFileSize should be size_t:
MaxFileSize
DS/fsw/src/ds_table.h
Lines 353 to 357 in 2a6c6a2
...and a few other local variables.
Expected behavior Update to size_t where possible.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#113, Use size_t for size parameters and variables
55a463d
e4be2f2
59fa75d
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
A few variables/parameters representing size could be updated to the more expressive
size_t
typedef.Code snips
DataLength
should besize_t
:DS/fsw/src/ds_file.h
Lines 121 to 127 in 2a6c6a2
MaxFileSize
should besize_t
:DS/fsw/src/ds_table.h
Lines 353 to 357 in 2a6c6a2
...and a few other local variables.
Expected behavior
Update to
size_t
where possible.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: