Fix handling of array of pointers (Fixes issue #450)

This commit is contained in:
Mark VanderVoord
2026-06-16 18:14:51 -04:00
parent 82ef7e53cf
commit f756eeaf55
3 changed files with 48 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#define CMOCK_VERSION_MAJOR 2
#define CMOCK_VERSION_MINOR 6
#define CMOCK_VERSION_BUILD 3
#define CMOCK_VERSION_BUILD 4
#define CMOCK_VERSION ((CMOCK_VERSION_MAJOR << 16) | (CMOCK_VERSION_MINOR << 8) | CMOCK_VERSION_BUILD)
/* should be big enough to index full range of CMOCK_MEM_MAX */