Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with address sanitizer #601

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

Alan-Jowett
Copy link
Contributor

Add CI/CD option to build ebpf-verifier with AddresSanitizer and SanitizerCoverage.

Currently blocked on:

/home/runner/work/ebpf-verifier/ebpf-verifier/src/crab/array_domain.cpp:68:10: runtime error: shift exponent 64 is too large for 64-bit type 'uint64_t' (aka 'unsigned long')
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/runner/work/ebpf-verifier/ebpf-verifier/src/crab/array_domain.cpp:68:10 

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
@coveralls
Copy link

coveralls commented Mar 11, 2024

Coverage Status

coverage: 90.378% (+0.003%) from 90.375%
when pulling 91a03e2 on Alan-Jowett:sanitizer
into edf88e2 on vbpf:main.

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants