Fix dlmalloc horror bug - mman_map overwrites application code

This commit is contained in:
2025-09-14 19:07:00 +02:00
parent e6891b39cc
commit 26ff717b50
18 changed files with 197 additions and 137 deletions

6
ulib/util/util.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef ULIB_UTIL_UTIL_H_
#define ULIB_UTIL_UTIL_H_
#define ARRLEN(X) (sizeof((X))/sizeof((X)[0]))
#endif // ULIB_UTIL_UTIL_H_