Lines Matching refs:Program
356 Program with unreachable instructions::
367 Program that reads uninitialized register::
377 Program that doesn't initialize R0 before exiting::
388 Program that accesses stack out of bounds::
398 Program that doesn't initialize stack before passing its address into function::
414 Program that uses invalid map_fd=0 while calling to map_lookup_elem() function::
432 Program that doesn't check return value of map_lookup_elem() before accessing
453 Program that correctly checks map_lookup_elem() returned value for NULL, but
477 Program that correctly checks map_lookup_elem() returned value for NULL and
508 Program that performs a socket lookup then sets the pointer to NULL without
536 Program that performs a socket lookup but does not NULL-check the returned