|
libexplain
1.4.D001
|
#include <libexplain/ac/errno.h>#include <libexplain/ac/string.h>#include <libexplain/ac/sys/mman.h>#include <libexplain/ac/unistd.h>#include <libexplain/is_efault.h>Go to the source code of this file.
Functions | |
| int | explain_is_efault_string (const char *data) |
| int explain_is_efault_string | ( | const char * | data | ) |
The explain_is_efault_string function may be used to determine whether or not a C string is valid. Typically this is used when handling ambiguous EFAULT situations.
| data | Pointer to the base address of the memory to be checked. |
1.7.6.1