Print this page
new smatch

*** 76,87 **** static void match_dereference(struct expression *expr) { if (expr->type != EXPR_PREOP) return; - if (getting_address()) - return; check_deref(expr->unop); } static void set_param_dereferenced(struct expression *call, struct expression *arg, char *key, char *unused) { --- 76,85 ----