[PATCH] Custom wrappers for DFSanitizing sprintf & snprintf

Peter Collingbourne peter at pcc.me.uk
Mon Oct 6 13:08:38 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;
----------------
`InternalMmapVector<Chunk>` should be simpler?

http://reviews.llvm.org/D5561






More information about the llvm-commits mailing list