Skip to content

Commit d7a5131

Browse files
committed
merge with main
2 parents 04e5d42 + 6763c4f commit d7a5131

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/src/security/AsyncUnsafeSignalHandler/AsyncUnsafeSignalHandler.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ predicate isSignalDeliveryBlocked(Variable sigactVar) {
134134
string deliveryNotBlockedMsg() {
135135
result = "Moreover, delivery of new signals may be not blocked. "
136136
}
137-
137+
138138
from FunctionCall fc, Function signalHandler, string msg
139139
where
140140
isAsyncUnsafe(signalHandler)
@@ -151,4 +151,3 @@ where
151151
)
152152
select signalHandler, "$@ is a non-trivial signal handler that uses not async-safe functions. " + msg +
153153
"Handler is registered by $@.", signalHandler, signalHandler.toString(), fc, fc.toString()
154-

0 commit comments

Comments
 (0)