unisan icon indicating copy to clipboard operation
unisan copied to clipboard

UniSan: Proactive Kernel Memory Initialization to Eliminate Data Leakages

Results 2 unisan issues
Sort by recently updated
recently updated
newest added

Hi: /root/unisan-master/analysis/src/lib/SAStructs.cc:342:9: error: invalid operands to binary expression ('BasicBlock::iterator' (aka 'ilist_iterator') and 'llvm::Value *') if (I == UN->U) { /root/unisan-master/analysis/src/lib/SAStructs.cc:358:14: error: invalid operands to binary expression ('BasicBlock::iterator' (aka 'ilist_iterator') and...

The different Modules loaded by UniSan use different LLVM contexts. In LLVM the basic types are only guaranteed to be unique within a given context. As such char* between two...