From fa59b89a30f5ec834f6974edb236c7aba05ee229 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 20:52:05 +1100 Subject: feat(bench): Check if marker size is out of bounds --- include/tinyff/result.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/tinyff/result.h b/include/tinyff/result.h index 3ed69b9..e77c9b4 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -14,6 +14,9 @@ typedef enum { // File FF_RESULT_ERROR_INVALID_FILE, FF_RESULT_ERROR_READ_FILE_FAILURE, + + // Generic + FF_RESULT_ERROR_OUT_OF_BOUNDS, // Media specific -- cgit v1.2.3