eina log - try and fix coverity complaint about integer overflow again
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 18 Apr 2017 07:40:04 +0000 (16:40 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 18 Apr 2017 08:30:50 +0000 (17:30 +0900)
commitf3f032e63f7843b8bed3bbcccb58714b38b60e49
tree1cc2edd8ee13ade3e527498f4b6f0ddcb0184bc1
parent39baea1053ef0dd6bf32147a53e45647f4bcec3d
eina log - try and fix coverity complaint about integer overflow again

it seems coverity didn't like our checks like if end - start > 0xffff
then dont do anything. this should effectively stop any issues but
seemingly not, so try another way to keep coverity happy.

CID 1361220
src/lib/eina/eina_log.c