aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAlexander Egorenkov <eaibmz@gmail.com>2024-06-12 11:06:56 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-06-12 09:29:39 +0000
commitf815599d9539b0606408a912fe53e2e80bbc4629 (patch)
tree153a1de352ea89d819b96c02b08278d29baca354 /pkg
parent4c9fd6c10277084e471b7c3d9902cefa483448c8 (diff)
executor: fix extraction of number of KCOV comparisons from coverage data
KCOV stores the number of KCOV comparisons in a coverage buffer always as a 64-bit integer at offset 0 of the coverage buffer. Don't use the field size of the coverage object which is initialized in cover_collect() and size of which depends on kernel bitness because this field is intended only for KCOV PC coverage and not for KCOV comparisons. Signed-off-by: Alexander Egorenkov <eaibmz@gmail.com>
Diffstat (limited to 'pkg')
0 files changed, 0 insertions, 0 deletions