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 osi trace robustness #801

Merged
merged 2 commits into from
May 6, 2024
Merged

Fix osi trace robustness #801

merged 2 commits into from
May 6, 2024

Conversation

pmai
Copy link
Contributor

@pmai pmai commented Apr 5, 2024

As identified by @ClemensLinnhoff there is a precedence error in retrieve_offsets which can lead to errors if the function is called again after a completed read.

This PR fixes this bug and adds a test case to detect such errors.

@pmai pmai added the Bug Problems in the build system, build scripts, etc or faults in the interface. label Apr 5, 2024
@pmai pmai added this to the V3.7.0 milestone Apr 5, 2024
@pmai pmai self-assigned this Apr 5, 2024
@pmai pmai added the ReadyForCCBReview Indicates that this MR is ready for a final review and merge by the CCB. label Apr 5, 2024
@pmai
Copy link
Contributor Author

pmai commented May 6, 2024

CCB 2024-05-06: Merge as-is.

@pmai pmai added ReadyToMerge This PR has been approved to merge and will be merged by a member of the CCB. and removed ReadyForCCBReview Indicates that this MR is ready for a final review and merge by the CCB. labels May 6, 2024
pmai added 2 commits May 6, 2024 14:04
As noted by @ClemensLinnhoff there is a precedence error in
retrieve_offsets of osi3trace which results in errors if the function is
called again after a complete read.

Signed-off-by: Pierre R. Mai <[email protected]>
@pmai pmai force-pushed the fix/osi-trace-robustness branch from 123bbb2 to ee47d49 Compare May 6, 2024 12:04
@pmai pmai merged commit 5bcc0b0 into master May 6, 2024
10 checks passed
@pmai pmai deleted the fix/osi-trace-robustness branch May 6, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Problems in the build system, build scripts, etc or faults in the interface. ReadyToMerge This PR has been approved to merge and will be merged by a member of the CCB.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants