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 #393, revert merge of PR #341. #395

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Fix #393, revert merge of PR #341. #395

merged 1 commit into from
Jul 11, 2023

Conversation

dzbaker
Copy link
Contributor

@dzbaker dzbaker commented Jul 11, 2023

Checklist (Please check before submitting)

Describe the contribution
Fixes #393.

Expected behavior changes
Reverts #341.

Contributor Info - All information REQUIRED for consideration of pull request
Dylan Z. Baker - NASA/GSFC

This reverts commit 70eb257, reversing
changes made to cb2977c.
@dzbaker dzbaker added CCB:Ready Ready for discussion at the Configuration Control Board (CCB) CCB:FastTrack labels Jul 11, 2023
{
ret = fn(cmd->byte[0], context);
ret = fn(cmd->data.byte[0], context);

Check notice

Code scanning / CodeQL

Use of non-constant function pointer Note

This call does not go through a const function pointer.
@chillfig chillfig self-requested a review July 11, 2023 16:19
@dzbaker dzbaker merged commit f5c3cb3 into main Jul 11, 2023
30 checks passed
@dzbaker dzbaker added CCB:Approved and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) CCB:FastTrack labels Jul 20, 2023
@dmknutsen dmknutsen added this to the Equuleus milestone Aug 3, 2023
@jphickey jphickey deleted the fix-393 branch January 17, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move PR #341 into Equuleus-rc2
3 participants