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 #569, Check and report sysconf error return #682

Merged
merged 1 commit into from
Dec 18, 2020

Conversation

skliper
Copy link
Contributor

@skliper skliper commented Dec 9, 2020

Describe the contribution
Fix #569 - Checks return of sysconf for error and if so reports, only sets PageSize on success.

Testing performed
Build and run unit tests

Expected behavior changes
None since sysconf should never fail, but if it does provides mechanism to avoid error propagation

System(s) tested on

  • Hardware: cFS Dev Server
  • OS: Ubuntu 18.04
  • Versions: Bundle main + this commit

Additional context
None.

Third party code
None.

Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC

@skliper skliper added the CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) label Dec 9, 2020
@astrogeco astrogeco added CCB-20201216 and removed CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Dec 16, 2020
@astrogeco
Copy link
Contributor

CCB 2020-12-16 APPROVED

@astrogeco astrogeco changed the base branch from main to integration-candidate December 18, 2020 14:36
@astrogeco astrogeco merged commit 7586872 into nasa:integration-candidate Dec 18, 2020
@astrogeco astrogeco added this to the 6.0.0 milestone Dec 18, 2020
astrogeco added a commit to nasa/cFS that referenced this pull request Dec 18, 2020
@skliper skliper deleted the fix569-neg_sysconf branch February 1, 2021 21:36
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.

sysconf can return -1 on error
2 participants