http://llvm.org/bugs/show_bug.cgi?id=8337

           Summary: Dereference of null pointer
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=5591)
 --> (http://llvm.org/bugs/attachment.cgi?id=5591)
source file of problematic match

Bug reported by the clang static analyzer.

Description: Dereference of null pointer
File: lvm2.git/daemons/clvmd/clvmd.c
Line: 500

this is false positive - as could be seen from source - few lines above - there
is check of ptr clops - and child_init_signal(status) with non-zero status
parameter runs exit(status) - thus could never reach given condition

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to