[PATCH] Custom wrappers for DFSanitizing sprintf & snprintf

Lorenzo Martignoni martignlo at google.com
Tue Oct 7 03:43:01 PDT 2014


================
Comment at: lib/dfsan/dfsan_custom.cc:912
@@ +911,3 @@
+                         const char *format, va_list ap) {
+  InternalMmapVector<Chunk *> chunks(8);
+  size_t off = 0;
----------------
pcc wrote:
> `InternalMmapVector<Chunk>` should be simpler?
Done

http://reviews.llvm.org/D5561






More information about the llvm-commits mailing list