Rust: Autofix and US spelling.

This commit is contained in:
Geoffrey White
2025-03-20 15:03:55 +00:00
parent 5831c446d3
commit 5e18e1be11
2 changed files with 3 additions and 2 deletions

View File

@@ -32,4 +32,5 @@ module AccessInvalidPointerFlow = DataFlow::Global<AccessInvalidPointerConfig>;
from AccessInvalidPointerFlow::PathNode sourceNode, AccessInvalidPointerFlow::PathNode sinkNode
where AccessInvalidPointerFlow::flowPath(sourceNode, sinkNode)
select sinkNode.getNode(), sourceNode, sinkNode, "This operation dereferences a pointer that may be $@.", sourceNode.getNode(), "invalid"
select sinkNode.getNode(), sourceNode, sinkNode,
"This operation dereferences a pointer that may be $@.", sourceNode.getNode(), "invalid"