[LLVMbugs] [Bug 20875] New: -Wformat should do type checking for %Z

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Sep 7 11:09:56 PDT 2014


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

            Bug ID: 20875
           Summary: -Wformat should do type checking for %Z
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Issue 20808 was about understanding %Z. It's parsed as of r217326, but there's
no typechecking done for the parameter yet. We should check that the
corresponding argument is a pointer to ANSI_STRING or UNICODE_STRING (or maybe
only something with the same layout?)

http://msdn.microsoft.com/en-us/library/hf4y5e3w.aspx
http://msdn.microsoft.com/en-us/library/windows/hardware/ff540605.aspx
http://msdn.microsoft.com/en-us/library/windows/hardware/ff564879.aspx

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140907/2216edc2/attachment.html>


More information about the llvm-bugs mailing list