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

Add failing test for dependent read #575

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

Alan-Jowett
Copy link
Contributor

This failure is the simplified version of a failure that was hit while verifying a Cilium program.

Short version:
Packet length is checked and if >= 4, register R5 is set to 1.
If register r5 == 1 then the first 4 bytes are accessed.

This passes on Linux, but fails on Prevail.

@coveralls
Copy link

Coverage Status

coverage: 89.651% (-0.01%) from 89.662%
when pulling 08fe54d on Alan-Jowett:dependent_read_repro
into 8b0c660 on vbpf:main.

@elazarg elazarg merged commit e8047ca into vbpf:main Jan 25, 2024
13 checks passed
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.

3 participants