lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Sat, 20 Feb 2021 07:28:40 +0100
From:   Heinrich Schuchardt <xypron.glpk@....de>
To:     Joe Perches <joe@...ches.com>, Andy Whitcroft <apw@...onical.com>
Cc:     linux-kernel@...r.kernel.org,
        Heinrich Schuchardt <xypron.glpk@....de>
Subject: [BUG] checkpatch: false positive unwrapped commit description

The next line leads to a false positive
Possible unwrapped commit description
(prefer a maximum 75 chars per line)

element type is ‘struct reg_info‘, not ‘u32‘ {aka ‘unsigned int‘}

+++++++++|+++++++++|+++++++++|+++++++++|+++++++++|+++++++++|+++++++++|
        10        20        30        40        50        60        70

Unicode code point 0x2018 (‘) is counted as three characters
instead of one.

This code point is used in the GCC 11 warning sizeof-array-div.
Citing the warning verbatim lead to the observation.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@....de>
---
 foo.txt | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 foo.txt

diff --git a/foo.txt b/foo.txt
new file mode 100644
index 000000000000..e69de29bb2d1
--
2.30.0

Powered by blists - more mailing lists