|
infix
A JIT-Powered FFI Library for C
|
Fuzzer target for Type -> String -> Type round-trip consistency. More...
Functions | |
| void | _infix_clear_error (void) |
| Clears the thread-local error state. | |
| static void | FuzzTest (fuzzer_input in) |
| int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
Fuzzer target for Type -> String -> Type round-trip consistency.
Copyright (c) 2025 Sanko Robinson
This source code is dual-licensed under the Artistic License 2.0 or the MIT License. You may choose to use this code under the terms of either license.
SPDX-License-Identifier: (Artistic-2.0 OR MIT)
The documentation blocks within this file are licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
SPDX-License-Identifier: CC-BY-4.0
|
extern |
Clears the thread-local error state.
Located in src/core/error.c. This is called at the beginning of every public API function to ensure that a prior error from an unrelated call is not accidentally returned.
|
static |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
| size_t | size | ||
| ) |