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

bugzilla at redhat.com bugzilla at redhat.com
Fri Sep 29 06:39:12 UTC 2017


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



--- Comment #1016 from Worker Ant <bugzilla-bot at gluster.org> ---
COMMIT: https://review.gluster.org/18383 committed in master by Niels de Vos
(ndevos at redhat.com) 
------
commit 2c124b5256bac5830d81552bfb4412620aa6cfb0
Author: Sanju Rakonde <srakonde at redhat.com>
Date:   Mon Sep 25 17:29:25 2017 +0530

    stack.h:PW.INCLUDE_RECURSION

    The headerfile globals.h is recursively adding itself.
    ( globals.h -> xlator.h -> stack.h -> globals.h).
    We are finding the source files which are including the header
    file globals.h and removing the inclusion line.

    I used git grep -l stack.h | xargs git grep globals.h --
    to find out the files and removed the header file from all files
    except libglusterfs/src/xlator.h and libglusterfs/src/Makefile.am

    When I try to remove header file from libglusterfs/src/xlator.h
    I'm getting some errors. In libglusterfs/src/Makefile.am it is
    required for building RPMs.

    Change-Id: I537218c09ade6d7ea51717768b26563a247daf60
    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