Skip to content

Defect repair: Fix for issue 1441#1465

Merged
jeffriley merged 3 commits intodevfrom
issue-1441
Mar 15, 2026
Merged

Defect repair: Fix for issue 1441#1465
jeffriley merged 3 commits intodevfrom
issue-1441

Conversation

@jeffriley
Copy link
Collaborator

Fix for issue 1441: vector out-of-bounds access in Log.cpp, which is know to cause COMPAS to terminate on at least one Linux distribution (Manjaro), possibly C++ version specific. See issue 1441 for description of defect and repair details.

See issue #1441 for details.

Also reverted recent changes to formatting of online documentation pages made in an effort to resolve issue #1424 - the changes did not fully resolve the issue, so reverting for now until I find the correct resolution.

jeffriley and others added 2 commits March 15, 2026 19:06
….cpp, which is know to cause COMPAS to terminate on at least one Linux distribution (Manjaro), possibly C++ version specific. See issue 1441 for description of defect and repair details.
@jeffriley jeffriley requested a review from ilyamandel March 15, 2026 08:12
@jeffriley jeffriley added bug Something isn't working severity_moderate This is a moderately severe bug urgency_moderate This is a moderately urgent issue labels Mar 15, 2026
@github-actions
Copy link

✅ COMPAS Build Successful!

Item Value
Commit fa3ad90
Logs View workflow

Detailed Evolution Plot

Click to view evolution plot


Generated by COMPAS CI

Copy link
Collaborator

@ilyamandel ilyamandel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, @jeffriley !

In changelog.h, tiny typo:
"which is known to cause COMPAS to terminate"

@github-actions
Copy link

✅ COMPAS Build Successful!

Item Value
Commit b4016ef
Logs View workflow

Detailed Evolution Plot

Click to view evolution plot


Generated by COMPAS CI

@jeffriley jeffriley merged commit 3772257 into dev Mar 15, 2026
4 checks passed
@jeffriley jeffriley deleted the issue-1441 branch March 15, 2026 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working severity_moderate This is a moderately severe bug urgency_moderate This is a moderately urgent issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vector out-of-bounds access in Log.cpp causing a crash on Manjaro with newer GCC

2 participants