Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 13:00:12 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:update_alu_sanitation_state
Proto:static int update_alu_sanitation_state(struct bpf_insn_aux_data *aux, u32 alu_state, u32 alu_limit)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_insn_aux_data * | aux | |
u32 | alu_state | |
u32 | alu_limit |
4483 | If used in combination with alu_limit && ( used in combination with alu_limit != alu_state || limit for add/sub register with pointer != alu_limit ) Then Return -EACCES |
4491 | Return 0 |
Name | Describe |
---|---|
sanitize_val_alu | |
sanitize_ptr_alu |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |