ranges: fix type bug in filter_by_comparison_call()
commit5a6e9133742738c079495f40608bc41e079bf51f
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 28 Aug 2017 09:29:47 +0000 (28 12:29 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 28 Aug 2017 09:29:47 +0000 (28 12:29 +0300)
treefaf57ec8d18346e9f1903b5bd1334799e01bd894
parent8a978809db438b94d039c0f389cb556be235a2f6
ranges: fix type bug in filter_by_comparison_call()

This function doesn't do type promotion correctly.  It instead does
something bogus with sval_is_negate(rl_min(start_rl))...

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_ranges.c