Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosQuildu committed Jul 5, 2024
2 parents 04e5d42 + 6763c4f commit d7a5131
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ predicate isSignalDeliveryBlocked(Variable sigactVar) {
string deliveryNotBlockedMsg() {
result = "Moreover, delivery of new signals may be not blocked. "
}

from FunctionCall fc, Function signalHandler, string msg
where
isAsyncUnsafe(signalHandler)
Expand All @@ -151,4 +151,3 @@ where
)
select signalHandler, "$@ is a non-trivial signal handler that uses not async-safe functions. " + msg +
"Handler is registered by $@.", signalHandler, signalHandler.toString(), fc, fc.toString()

0 comments on commit d7a5131

Please sign in to comment.