Lines Matching refs:Program
325 Program with unreachable instructions::
336 Program that reads uninitialized register::
346 Program that doesn't initialize R0 before exiting::
357 Program that accesses stack out of bounds::
367 Program that doesn't initialize stack before passing its address into function::
383 Program that uses invalid map_fd=0 while calling to map_lookup_elem() function::
401 Program that doesn't check return value of map_lookup_elem() before accessing
422 Program that correctly checks map_lookup_elem() returned value for NULL, but
446 Program that correctly checks map_lookup_elem() returned value for NULL and
477 Program that performs a socket lookup then sets the pointer to NULL without
505 Program that performs a socket lookup but does not NULL-check the returned