You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix off-by-one error with loginuid extract (#1227)
The number of params for the execve event is 19 with the loginuid being
the last param, so the check should be > 18. Extracting param 18 (which
is 0-based indexing into the array of params) is still correct.
0 commit comments