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

Trigger for static analysis 20210323 #924

Closed
wants to merge 5 commits into from
Closed

Conversation

skliper
Copy link
Contributor

@skliper skliper commented Mar 23, 2021

Describe the contribution
CodeQL results not showing up on branch pushed to fork. Test PR for static analysis

Testing performed
N/A

Expected behavior changes
N/A

System(s) tested on
CI

Additional context
For static analysis

Third party code
N/A

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

jphickey and others added 3 commits March 10, 2021 17:39
The "common_types.h" file will no longer provide these.
Improve the error codes from this function.

- Introduces a new error "OS_ERR_OUTPUT_TOO_LARGE" if the size
limit was insufficient (instead of OS_SUCCESS).
- Return OS_ERROR if an empty file was written - this likely
indicates some fundamental issue with the VxWorks symbol table.
- Return OS_ERR_NAME_TOO_LONG if one of the symbol names was
too long, (instead of generic OS_ERROR).

Improve unit test to check for/verify these responses.
Merge branches 'fix831-add_bsd_sockets_coverage', 'fix846-code_review_minor_cleanup', 'fix-888-symEach-errs' and 'fix-843-endian-cleanup' into sa-20210323
@skliper skliper added the CCB:Ignore Incomplete Pull Request with open actions. label Mar 24, 2021
@astrogeco
Copy link
Contributor

Can I close this?

@skliper skliper added the invalid label Jun 7, 2021
@skliper
Copy link
Contributor Author

skliper commented Jun 7, 2021

Closing old test branch.

@skliper skliper closed this Jun 7, 2021
@skliper skliper deleted the sa-20210323 branch June 7, 2021 15:19
jphickey added a commit to jphickey/osal that referenced this pull request Aug 10, 2022
Use the entire resource ID space (16 bits) and do not
immediately recycle ID values until the full space is
used.

Implement a generic routine to find the next available ID,
and modify every resource ID allocation to use this
routine.

Where necessary, this also corrects for differences in
argument checking and duplicate checking between the various
resource types.  All resource allocation procedures now
have consistent argument checking, and will reject
duplicate name creation for any resources that are
also associated with names.
jphickey pushed a commit to jphickey/osal that referenced this pull request Aug 10, 2022
jphickey added a commit to jphickey/osal that referenced this pull request Aug 10, 2022
Due to a merge the setting of this to its final value got moved.
Need to use "Pending" value, not the one in the table record.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Ignore Incomplete Pull Request with open actions. invalid
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants