Merge "Enable execute-only memory layouts by default."

This commit is contained in:
Ivan Lozano
2019-01-15 23:29:51 +00:00
committed by Gerrit Code Review

View File

@@ -649,7 +649,7 @@ func (c *config) EnableCFI() bool {
func (c *config) EnableXOM() bool { func (c *config) EnableXOM() bool {
if c.productVariables.EnableXOM == nil { if c.productVariables.EnableXOM == nil {
return false return true
} else { } else {
return Bool(c.productVariables.EnableXOM) return Bool(c.productVariables.EnableXOM)
} }