We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78a725 commit df174cfCopy full SHA for df174cf
vm/qemu/qemu.go
@@ -782,8 +782,8 @@ func needsRegisterInfo(rep *report.Report) bool {
782
crash.AtomicSleep,
783
crash.Hang,
784
crash.DoS,
785
- crash.KCSANAssert, // from here till the UBSAN - i'm not sure
786
- crash.KCSANDataRace, // should we consider those as crashes or just detection/leakage e.g.?
+ crash.KCSANAssert,
+ crash.KCSANDataRace,
787
crash.KCSANUnknown,
788
crash.KMSANInfoLeak,
789
crash.KMSANUninitValue,
0 commit comments