All sides of Injection
Skip to content
Go to advanced search
Code: Select all
UO.SetGlobal()UO.GetGlobal()
sub main() DIM X[100] foo(X, 100)endsubsub foo(arr, arrsize) arr[0] = 1end sub