Lines Matching refs:Program
620 Program with unreachable instructions::
631 Program that reads uninitialized register::
641 Program that doesn't initialize R0 before exiting::
652 Program that accesses stack out of bounds::
662 Program that doesn't initialize stack before passing its address into function::
678 Program that uses invalid map_fd=0 while calling to map_lookup_elem() function::
696 Program that doesn't check return value of map_lookup_elem() before accessing
717 Program that correctly checks map_lookup_elem() returned value for NULL, but
741 Program that correctly checks map_lookup_elem() returned value for NULL and
772 Program that performs a socket lookup then sets the pointer to NULL without
800 Program that performs a socket lookup but does not NULL-check the returned