aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/testutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/testutil.h')
-rw-r--r--tests/unit/testutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/testutil.h b/tests/unit/testutil.h
index 45fe08f..ec881c7 100644
--- a/tests/unit/testutil.h
+++ b/tests/unit/testutil.h
@@ -20,6 +20,8 @@
static inline void *test_gluten_write_ptr(struct gluten *g,
const struct gluten_offset x)
{
+ ck_assert_msg(is_offset_valid(x), "offset out of bounds");
+
switch (x.type) {
case OFFSET_DATA:
return (char *)g->data + x.offset;