----------------------------------------------------------------------------- Check for a free() of an invalid address char* p = malloc(100); free(p + 10); -----------------------------------------------------------------------------
source not stored for this graph (policy: none)