[PATCH] handling of typeof in evaluate_member_dereference()
commitf498ccb5a50df4a25021875f32fa36bad4ff778b
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 27 Jul 2007 14:04:48 +0000 (27 10:04 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 Jul 2007 22:34:23 +0000 (28 18:34 -0400)
tree1ff152ef545ca9168b92cfd48e2bbcc005b97227
parent6b136e3ea6345088ccaa1fde16b0b8cd700e921a
[PATCH] handling of typeof in evaluate_member_dereference()

We did examine_symbol_type() too late - after checking that it looks
like a struct or union.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
evaluate.c
validation/member_of_typeof.c [new file with mode: 0644]