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

Add stack-clash protection to native code #4731

Merged
merged 1 commit into from
May 7, 2024

Conversation

fmarco76
Copy link
Member

@fmarco76 fmarco76 commented May 2, 2024

Rpminspect is failing because the native code is compiled without the required -fstack-clash-protection flag. For details:

https://sourceware.org/annobin/annobin.html/Test-stack-clash.html

Rpminspect is failing because the native code is compiled without the
required `-fstack-clash-protection` flag. For details:

https://sourceware.org/annobin/annobin.html/Test-stack-clash.html
Copy link

sonarcloud bot commented May 2, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

@edewata edewata left a comment

Choose a reason for hiding this comment

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

Nice! LGTM.

@fmarco76 fmarco76 merged commit 3d58fa6 into dogtagpki:master May 7, 2024
133 of 141 checks passed
@fmarco76
Copy link
Member Author

fmarco76 commented May 7, 2024

@edewata Thanks!

@fmarco76 fmarco76 deleted the rpminspectFail branch May 7, 2024 13:59
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.

None yet

2 participants