Skip to content

Commit

Permalink
oc checker accept result fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csanadtelbisz committed Nov 16, 2024
1 parent f668324 commit e087aa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class XcfaOcChecker(
}
.also {
logger.writeln(Logger.Level.MAINSTEP, "OC checker result: $it")
if (xcfa.unsafeUnrollUsed && !acceptUnreliableSafe) {
if (it.isSafe && xcfa.unsafeUnrollUsed && !acceptUnreliableSafe) {
logger.writeln(
Logger.Level.MAINSTEP,
"Incomplete loop unroll used: safe result is unreliable.",
Expand Down

0 comments on commit e087aa2

Please sign in to comment.