summaryrefslogtreecommitdiff
path: root/include/tinyff
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 20:52:05 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 20:52:05 +1100
commitfa59b89a30f5ec834f6974edb236c7aba05ee229 (patch)
tree1a710987f931cf9da90da3551aaeb0000140f671 /include/tinyff
parent1a05b6e111fa143ecd67491e548e5fc1db74f30e (diff)
feat(bench): Check if marker size is out of bounds
Diffstat (limited to 'include/tinyff')
-rw-r--r--include/tinyff/result.h3
1 files changed, 3 insertions, 0 deletions
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