search for: 1063836

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

Did you mean: 1033836
2015 Jun 08
2
Question Kernel / KVM; Update Centos 7(.1)
Hello, Have Centos a Repository with corrected or newer Packages for KVM. On my brand new System ;-), but also with my older System. I have big problems with KVM guests "slow slow slow", the DomU's are also CentOS 7 virt-manager is also broken with the 7.1 The "old" Bug in the Kernel is really bad, I have several hundreds log from the vcpu0 Problem. thank's for a
2018 Jul 16
2
Collect all possible return address and write in a new section
Hi I try to implement a coarse-grained CFI in LLVM (CFI = Contorl Flow Integrity) I want to collect all address after call instructions address after a call equals to a valid return site in coarse-grained CFI I want to add a new section and write all the possible return address in the new section (and then, add the integrity check) I have some quetions: (1) Which part of LLVM code should