summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorMohammed Azhar Padariyakam <mpadariy@redhat.com>2017-09-21 18:12:59 +0530
committerJeff Darcy <jeff@pl.atyp.us>2017-09-29 16:31:27 +0000
commit306164fb4121e814b61e9b5685319f889f6b7547 (patch)
tree00db6fe7b7a408c405009e5df06b6fe1c261c653 /xlators
parent8154e044e1b920b10d632d8c1e6d36007927b267 (diff)
libglusterfs: Coverity Fix CONSTANT_EXPRESSION_RESULT in gf_string2int64
Issue : "l <= 9223372036854775807L" is always true regardless of the values of its operands. This occurs as the logical operand of "if". Solution : Remove the comparison which always turns out to be true Fix : The if-condition was removed and the body inside the same was retained. Change-Id: Iba94d7f4f2dee85a180d10cdb7f7235b406cc400 BUG: 789278 Signed-off-by: Mohammed Azhar Padariyakam <mpadariy@redhat.com>
Diffstat (limited to 'xlators')
0 files changed, 0 insertions, 0 deletions