Keep minimal abort when enabling integer overflow check
Cflag "-fsanitize-trap=all" will override "-fno-sanitize-trap=integer" if "-fsanitize-trap=all" is placed behind. Change the order to make minimal abort work, which will output the abort message to give user a better prompt. Bug: 233840743 Test: "objdump -dS {CFI enabled so}" to check the instrumented abort instruction Change-Id: Id85fa8ece3e13d1b21b4fdbf5f4b5124011890ca
Loading
Please register or sign in to comment