C++: Fix pointer indirection. Currently, this does not have any effect because of a conflation bug in taint-tracking.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-03-31 15:26:15 +01:00
parent dc8dc61196
commit 16a7e39e95

View File

@@ -54,7 +54,7 @@ private class HttpRequestHeadersInheritingContent extends TaintInheritingContent
this.getIndirectionIndex() = 1
or
this.getAField().hasName("pUnknownHeaders") and
this.getIndirectionIndex() = 1
this.getIndirectionIndex() = 2
)
}
}