Home
last modified time | relevance | path

Searched refs:bound_str (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/lib/
Dubsan.c358 char bound_str[VALUE_LENGTH]; in __ubsan_handle_vla_bound_not_positive() local
365 val_to_string(bound_str, sizeof(bound_str), data->type, bound); in __ubsan_handle_vla_bound_not_positive()
366 pr_err("variable length array bound value %s <= 0\n", bound_str); in __ubsan_handle_vla_bound_not_positive()