[Bugs] [Bug 789278] Issues reported by Coverity static analysis tool

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 26 13:06:38 UTC 2017


https://bugzilla.redhat.com/show_bug.cgi?id=789278



--- Comment #974 from Worker Ant <bugzilla-bot at gluster.org> ---
COMMIT: https://review.gluster.org/18370 committed in master by Jeff Darcy
(jeff at pl.atyp.us) 
------
commit b269089a33bd1348d34c861817c3f673206b6a18
Author: Sanju Rakonde <srakonde at redhat.com>
Date:   Mon Sep 25 12:34:05 2017 +0530

    Glusterfsd: Unreachable statements

    Issue: Event unreachable at line number 1111 in glusterfsd/src/glusterfsd.c

    There was a statement in outer if block after the break statement.
    Ideally the break statement should be inside the inner if block so
    that the statement will not become unreachable. I put the break
    inside the inner if block.

    Change-Id: Id4917305333e1638f35b3f2fb59ac42e62a12d02
    BUG: 789278
    Signed-off-by: Sanju Rakonde <srakonde at redhat.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Bugs mailing list