[PATCH] fix evaluate_compare()
commit06405397013180de302f7ad632992d79f1272775
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 Jul 2007 18:55:44 +0000 (28 14:55 -0400)
committerJosh Triplett <josh@freedesktop.org>
Sun, 29 Jul 2007 07:59:21 +0000 (29 00:59 -0700)
tree5591726d2a9bb18900187278accfa2cd06b36971
parent3440f9062fba67c54a8bd8f257bd9c1ce9841da8
[PATCH] fix evaluate_compare()

fix a braino - (void *)0 == 1 is not acceptable, even though one argument
is a pointer, another is an integer and there's a null pointer constant in
the mix.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
evaluate.c