[PATCH] D20999: [pdbdump] Print out New FPO stream contents.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 10:08:42 PDT 2016


zturner added a comment.

It checks that there is enough space for the requested number of elements
in the underlying stream, but it doesn't check that the stream length is
exactly the right length because it doesn't know if there is more data
after the array


http://reviews.llvm.org/D20999





More information about the llvm-commits mailing list