Defined in 1 files as a function:
Referenced in 1 files:
Smatch caller information:
drivers/misc/lkdtm/bugs.c lkdtm_PTR_BOUNDS() -> check_ptr_len()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | p | 4096-ptr_max |
| PARAM_VALUE | 0 | p->buf | 4096-ptr_max |
| PARAM_VALUE | 0 | p->extra | 0,4096-ptr_max |
| PARAM_VALUE | 0 | p->len | 4 |
| PARAM_VALUE | 0 | p->nr_extra | 8 |
| PARAM_VALUE | 1 | len | 4 |
| BUF_SIZE | 0 | p | 40 |
| BUF_SIZE | 0 | p->buf | 4 |
| BUF_SIZE | 0 | p->extra | 192 |
| DATA_SOURCE | 0 | p | r _kzalloc_noprof |
| NOCHECK_CALL |