forked from vbpf/ebpf-verifier
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix atomic alu with fetch (vbpf#546)
* Handle case where src == R0 in emit_atomic_fetch_alu Signed-off-by: Alan Jowett <[email protected]> * Fix ubpf dissassembler Signed-off-by: Alan Jowett <[email protected]> * Reject exchange and compare exchange without fetch flag Signed-off-by: Alan Jowett <[email protected]> * Use correct __sync operation Signed-off-by: Alan Jowett <[email protected]> * Revert compare exchange intrinsic change Signed-off-by: Alan Jowett <[email protected]> * Update disassembler.py * Update vm/ubpf_vm.c Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Signed-off-by: Alan Jowett <[email protected]> Signed-off-by: Alan Jowett <[email protected]> Co-authored-by: Alan Jowett <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
10851a4
commit a25446f
Showing
2 changed files
with
46 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters