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 #651, use unsigned types in VxWorks stack calculation #658

Merged

Conversation

jphickey
Copy link
Contributor

Describe the contribution
This should avoid any inconsistencies in the event that the memory address translates to a negative numeric value.

Fixes #651

Testing performed
Build and sanity check CFE
Run all unit tests

Expected behavior changes
None - just avoids possible sign conversions.

System(s) tested on
Ubuntu 20.04
VxWorks 6.9

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

This should avoid any inconsistencies in the event that the
memory address translates to a negative numeric value.
@jphickey jphickey added the CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) label Nov 17, 2020
@astrogeco
Copy link
Contributor

CCB 2020-11-18 APPROVED

@astrogeco astrogeco changed the base branch from main to integration-candidate December 1, 2020 16:48
@astrogeco astrogeco added IC-20201124 and removed CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Dec 1, 2020
@astrogeco astrogeco merged commit d54e3b5 into nasa:integration-candidate Dec 1, 2020
astrogeco added a commit to astrogeco/cFS that referenced this pull request Dec 1, 2020
astrogeco added a commit to astrogeco/cFS that referenced this pull request Dec 2, 2020
@jphickey jphickey deleted the fix-651-vxworks-stackcalc branch December 3, 2020 17:26
@skliper skliper added this to the 6.0.0 milestone Sep 24, 2021
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.

VxWorks stack address calculation should use unsigned type
3 participants