STACK_MISC
[STACK_MISC] = 'm',
case STACK_MISC:
case STACK_MISC:
*stype = STACK_MISC;
*stype = STACK_MISC;
if ((stack->slot_type[i] == STACK_MISC) ||
old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC)
if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC &&
case STACK_MISC:
if (type != STACK_MISC && type != STACK_ZERO) {
u8 type = STACK_MISC;
if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) {
new_type = STACK_MISC;
if (type == STACK_MISC)
if (type == STACK_MISC)
if (*stype == STACK_MISC)
*stype = STACK_MISC;