Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 922875d1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable HWASan if UBSan is enabled"

parents a71b4ca7 bb158a34
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -564,6 +564,11 @@ func (sanitize *sanitize) begin(ctx BaseModuleContext) {
		s.Scudo = nil
	}

	if Bool(s.Undefined) || Bool(s.All_undefined) || len(s.Misc_undefined) > 0 {
		// TODO(b/251249010): re-enable Hwaddress with UBSan once fixed.
		s.Hwaddress = nil
	}

	if Bool(s.Hwaddress) {
		s.Address = nil
		s.Thread = nil