102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
core.c File Reference
#include <dttr_path.h>
#include <dttr_test_support.h>

Go to the source code of this file.

Functions

static void safe_relative_rejects_absolute_and_traversal_paths (void **state)

Variables

static const DTTR_TestCase TEST_CASES []

Function Documentation

◆ safe_relative_rejects_absolute_and_traversal_paths()

void safe_relative_rejects_absolute_and_traversal_paths ( void ** state)
static

Definition at line 4 of file core.c.

References DTTR_Path_IsSafeRelative(), NULL, and state.

Variable Documentation

◆ TEST_CASES

const DTTR_TestCase TEST_CASES[]
static
Initial value:
= {
{"safe-relative-rejects-absolute-and-traversal-paths",
}
static void safe_relative_rejects_absolute_and_traversal_paths(void **state)
Definition core.c:4

Definition at line 17 of file core.c.