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 incorrect index offsets in generateTargetingImage #175

Closed
wants to merge 1 commit into from
Closed

Fix incorrect index offsets in generateTargetingImage #175

wants to merge 1 commit into from

Conversation

madscientist159
Copy link

Commit 63a9aa5 reworked the index generation code, inadvertently
replacing a fixed offset of 6 * quad with a dynamic 8 * quad.

Use the correct 6 * code multiplier with the new dynamic
associationTypes count code.

Verified to fix #173 on a Blackbird test box.

Signed-off-by: Timothy Pearson [email protected]

Commit 63a9aa5 reworked the index generation code, inadvertently
replacing a fixed offset of 6 * quad with a dynamic 8 * quad.

Use the correct 6 * code multiplier with the new dynamic
associationTypes count code.

Verified to fix #173 on a Blackbird test box.

Signed-off-by: Timothy Pearson <[email protected]>
@madscientist159
Copy link
Author

On further analysis this is not the right repair, though it does modify the symptoms. Working on a proper fix.

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.

Targeting process aborts on Talos II systems
1 participant