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 lief #5627

Open
wants to merge 2 commits into
base: 25.1.x
Choose a base branch
from
Open

Fix lief #5627

wants to merge 2 commits into from

Conversation

bernt-matthias
Copy link

@bernt-matthias bernt-matthias commented Feb 21, 2025

Description

followup on #5595 fixes #5626

targeted 25.1.x because #5595 seems not yet merged to main

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@bernt-matthias bernt-matthias requested a review from a team as a code owner February 21, 2025 09:41
@conda-bot
Copy link
Contributor

We require contributors to sign our Contributor License Agreement and we don't have one on file for @bernt-matthias.

In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature, merge the PR (conda/infrastructure#1114), and ping the bot to refresh the PR.

except AttributeError:
# Fallback for lief<0.15.
ELF_CLASS = lief.ELF.ELF_CLASS
ELF64 = lief.ELF.ELF64
Copy link
Contributor

Choose a reason for hiding this comment

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

the ELF64 name wasn't used in lief prior to 0.15, was it? should this line be
ELF64 = lief.ELF.ELF_CLASS.CLASS64 ?

Copy link
Author

Choose a reason for hiding this comment

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

Indeed. Copy paste / search replace error :)

@dbast
Copy link
Member

dbast commented Feb 21, 2025

@conda-bot check

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Feb 21, 2025
Copy link

codspeed-hq bot commented Feb 21, 2025

CodSpeed Performance Report

Merging #5627 will not alter performance

Comparing bernt-matthias:fix-lief-elf (455aee4) with 25.1.x (a54844e)

Summary

✅ 5 untouched benchmarks

@bernt-matthias
Copy link
Author

Anything I can do here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

4 participants