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

            Bug ID: 21986
           Summary: Add Clang warning for usage of standard C library
                    functions unsafe for buffer-overflow
           Product: new-bugs
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Hi!

I think will be good idea to introduce warning about usage of sprintf, strcat,
strcpy, etc and suggest usage of buffer-overflow safe analogs. May be checked
in both compile and link stages. Coverity does such checks.

Eugene.

-- 
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