Skip to content
Snippets Groups Projects
  • Guillem Jover's avatar
    1c167550
    Dpkg::Shlibs::Objdump: Fix read() error handling in get_format() · 1c167550
    Guillem Jover authored
    The rest of the code handles non-binary files (ELF in this case)
    gracefully and ignores them, even though not very explicitly, as
    objdump will emit a warning that might be difficult to decrypt.
    
    We will still fail for other read failures that are not just
    short-reads, as those imply some actual problem with the passed files.
    
    Closes: #854536
    1c167550
    History
    Dpkg::Shlibs::Objdump: Fix read() error handling in get_format()
    Guillem Jover authored
    The rest of the code handles non-binary files (ELF in this case)
    gracefully and ignores them, even though not very explicitly, as
    objdump will emit a warning that might be difficult to decrypt.
    
    We will still fail for other read failures that are not just
    short-reads, as those imply some actual problem with the passed files.
    
    Closes: #854536