search for: writestatefile

Displaying 2 results from an estimated 2 matches for "writestatefile".

2013 Sep 20
0
[LLVMdev] Adding diversity for security (and testing)
...mple, the bitcode reader has a convenience method which reads a .bc file, sure, but that just does the action of loading it into a MemoryBuffer, and forwards it along to the API using MemoryBuffer that does the work. I think you should follow that pattern here too. +void RandomNumberGenerator::WriteStateFile(StringRef StateFilename) { llvm::raw_ostream, for similar reasons? +//===- NOPInsertion.cpp - Insert NOPs between instructions ---*- C++ -*-===// The emacs mode marker isn't necessary on .cpp files, it's only .h files which are ambiguous (C vs. C++). Also, some of those spaces shoul...
2013 Sep 19
2
[LLVMdev] Adding diversity for security (and testing)
Thanks for all the feedback! It seems there is some interest, so I thought I'd try to summarize discussions so far, and provide patches for closer inspection. I'm not sure if patches should end up here or on a different list in this instance, so if I should instead send this to a different list, I'm happy to do so. - Is diversity needed, or are existing protections sufficient? As