Functions checked for memory errors during memory analysis

During memory analysis, the following functions are checked for memory errors:


strcat() strdup() strncat() strcmp() strncmp() strcpy() strncpy() strlen() strchr() strrchr() index() rindex() strpbrk() strspn() strcspn() strstr() strtok()


memccpy() memchr() memmove() memcpy() memcmp() memset() bcopy() bzero() bcmp()


malloc() calloc() realloc() free()

Related concepts
Illegal deallocation of memory
NULL pointer dereference
Buffer overflow
Using freed memory
Reading uninitialized memory
Resource (memory) leaks
Summary of error messages for Memory Analysis