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

Issues with ELF d2d on Debian debug package #1219

Open
6 tasks
pombredanne opened this issue May 8, 2024 · 0 comments
Open
6 tasks

Issues with ELF d2d on Debian debug package #1219

pombredanne opened this issue May 8, 2024 · 0 comments

Comments

@pombredanne
Copy link
Member

I run an ELF d2d with

There are a few issues:

  • to/debian-binary files SHOULD not be mapped nor matched #1215
  • PurlDB: do not match the debian-binary file found in a .deb purldb#422 which leads to an incorrect purldb match ofn a random deb package in PurlDB
  • Extracted to/ .deb package is not detected as a package (to/control.tar.xz-extract/control)
  • to/data.tar.xz-extract/usr/lib/debug/.dwz/x86_64-linux-gnu/libbinutils.debug has some unmapped paths. We should report these are "require-review"
  • Some paths not mapped may need to be skipped?
    • dwarf_included_paths_not_mapped:
      • build/binutils-lybw70/binutils-2.31.1/builddir-single/opcodes/<built-in>
    • generally things that come from the standard library are likely best skipped by default?
      • Determine if file built in an ELF comes from a C/C++ standard library
        • Files like usr/include/errno.h or usr/include/x86_64-linux-gnu/bits/setjmp.h
@mjherzog mjherzog changed the title Issues witrh ELF d2d on Debian debug package Issues with ELF d2d on Debian debug package May 30, 2024
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

No branches or pull requests

1 participant