mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
Remove deprecated; plus aesthetic fix
This commit is contained in:
@@ -43,4 +43,4 @@
|
||||
<a href="https://dev.to/jlauinger/exploitation-exercise-with-unsafe-pointer-in-go-information-leak-part-1-1kga">Exploitation Exercise with unsafe.Pointer in Go: Information Leak (Part 1)</a>.
|
||||
</li>
|
||||
</references>
|
||||
</qhelp>
|
||||
</qhelp>
|
||||
|
||||
@@ -87,7 +87,6 @@ predicate castShortArrayToLongerArray(
|
||||
(arrTo.getLength() - arrFromSize) + " bytes)"
|
||||
)
|
||||
) and
|
||||
arrTo.getLength() > 0 and //TODO
|
||||
arrTo.getLength() > arrFromSize
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user