[llvm-bugs] [Bug 33427] win32k.pdb – refuses to parse due to empty TPI stream

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 12 14:45:53 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33427

Zachary Turner <zturner at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zturner at google.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|unassignedbugs at nondot.org   |zturner at google.com

--- Comment #1 from Zachary Turner <zturner at google.com> ---
Fixed in r305235 and r305236.  It was actually an empty IPI stream, which has
the same format as a TPI stream but is optional.

I wasn't checking the flag that determines whether the stream was present
before trying to dump it.

-- 
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/20170612/7440dade/attachment.html>


More information about the llvm-bugs mailing list