Compact findings from argv-out-of-bounds-1 in -2, update README

This commit is contained in:
Michael Hohn
2022-03-04 12:43:55 -08:00
committed by =Michael Hohn
parent 3660be0eeb
commit 182f7794a6
3 changed files with 90 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ from
// Find an execution path (if any), using statically known values, that reaches
// an argv assignment with invalid index.
//
// To track only values of the argv index that are too low, we need to stay on
// To track only values of the argv index that are too high, we need to stay on
// certain branches of the CFG, namely those matching a SSA defition of the
// index variable.
//