]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lscpu: blacklist vmware_bdoor() AddressSanitizer check
authorSami Kerola <kerolasa@iki.fi>
Sat, 22 Nov 2014 09:01:36 +0000 (09:01 +0000)
committerKarel Zak <kzak@redhat.com>
Fri, 19 Dec 2014 10:32:38 +0000 (11:32 +0100)
commit772420322deb14b2ff9b283ff9905b30e6101967
tree83aac56bef6d138087da4806a37303b06e115f77
parentd763c2308165d40db631bd123f0ddde830de3ffb
lscpu: blacklist vmware_bdoor() AddressSanitizer check

AddressSanitizer is identifying the __asm__ segment as suspicious.

==1215==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000
(pc 0x0000004ccffd bp 0x7fff9b7184f0 sp 0x7fff9b7184e0 T0)
    #0 0x4ccffc in vmware_bdoor /home/src/util-linux/sys-utils/lscpu.c:660

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/lscpu.c