[PATCH] D30886: [ELF] Pad x86 executable sections with 0xcc int3 instructions

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 06:22:29 PDT 2017


hfinkel added inline comments.


================
Comment at: ELF/Target.h:102
+
+  uint32_t DefaultExecutableFill = 0;
 };
----------------
Making this a uint32_t implies (at least to me) that it might make sense for the value to be something other than a single repeated byte. Does it make sense for it to be something other than that?



https://reviews.llvm.org/D30886





More information about the llvm-commits mailing list