Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit563e084

Browse files
Nikita Kraiouchkinelcartey
Nikita Kraiouchkine
andauthored
EXP43-C: Replace!= withnot =
Co-authored-by: Luke Cartey <5377966+lcartey@users.noreply.github.com>
1 parent2dd045c commit563e084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎c/cert/src/rules/EXP43-C/DoNotPassAliasedPointerToRestrictQualifiedParam.ql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ where
113113
notisExcluded(call, Pointers3Package::doNotPassAliasedPointerToRestrictQualifiedParamQuery())and
114114
arg1=call.getARestrictPtrArg()and
115115
arg2=call.getAPtrArg()and
116-
arg1!=arg2and
116+
notarg1=arg2and
117117
exists(PointerValueToRestrictArgConfigconfig,Exprsource1,Exprsource2|
118118
config.hasFlow(DataFlow::exprNode(source1), DataFlow::exprNode(arg1.getAChild*()))and
119119
(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp