[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1016364: lintian: spelling-error-in-binary should be more precise



On Sat, Jul 30, 2022 at 08:30:13AM +0300, Martin-Éric Racine wrote:
> When building dhcpcd5 version 9.4.1-4 against Stable, Lintian 2.104.0 reports the following:
> 
> I: dhcpcd-base: spelling-error-in-binary usr/sbin/dhcpcd addres address
> 
> $ grep -rw addres
> $
> 
> i.e. not found.
> 
> Lintian really needs to quote the whole stanza where typos are spotted, otherwise, it's like looking for a needle in a hay stack.

Those "spelling error in binary" checks use `strings` on the final
binary, so there isn't really much to see often.

    % strings dhcpcd|grep -E 'addres\b'
    Duplicate addres

In your case at most you could get this much.

Note that strings can also "leak" from statically linked/inlined functions.


I tried a quick codesearch.d.n lookup, but I couldn't spot a string like
that.


-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
More about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature


Reply to: