0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * file, You can obtain one at http://mozilla.org/MPL/2.0/.
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt atf_tc_set_md_var(tc, "descr", "sanitized filenames");
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt#define SHA "3bed2cb3a3acf7b6a8ef408420cc682d5520e26976d354254f528c965612054f"
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt result = isc_file_sanitize("testdata/file", NAME, "test", buf, 1024);
c325ff9c799403a1ef13c6e11ad1299011401999Evan Hunt result = isc_file_sanitize("testdata/file", NAME, "test", buf, 1024);
c325ff9c799403a1ef13c6e11ad1299011401999Evan Hunt result = isc_file_sanitize("testdata/file", NAME, "test", buf, 1024);
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt result = isc_file_sanitize("testdata/file", BAD1, "test", buf, 1024);
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt result = isc_file_sanitize("testdata/file", BAD2, "test", buf, 1024);