gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] Fwd: New Defects reported by Coverity Scan for GlusterFS


From: Lalatendu Mohanty
Subject: [Gluster-devel] Fwd: New Defects reported by Coverity Scan for GlusterFS
Date: Mon, 03 Feb 2014 23:46:39 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0




-------- Original Message --------
Subject: New Defects reported by Coverity Scan for GlusterFS
Date: Mon, 03 Feb 2014 09:36:03 -0800
From: address@hidden


Hi,


Please find the latest report on new defect(s) introduced to GlusterFS found with Coverity Scan.

Defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)


** CID 1167461:  Logically dead code  (DEADCODE)
/glusterfsd/src/glusterfsd.c: 1516 in glusterfs_pidfile_setup()


________________________________________________________________________________________________________
*** CID 1167461:  Logically dead code  (DEADCODE)
/glusterfsd/src/glusterfsd.c: 1516 in glusterfs_pidfile_setup()
1510     
1511             ctx->pidfp = pidfp;
1512     
1513             ret = 0;
1514     out:
1515             if (ret && pidfp)
>>>     CID 1167461:  Logically dead code  (DEADCODE)
>>>     Execution cannot reach this statement "fclose(pidfp);".
1516                     fclose (pidfp);
1517     
1518             return ret;
1519     }
1520     
1521     


________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, http://scan.coverity.com/projects/987?tab=Overview

To unsubscribe from the email notification for new defects, http://scan5.coverity.com/cgi-bin/unsubscribe.py






reply via email to

[Prev in Thread] Current Thread [Next in Thread]