Skip to content
Permalink
Browse files
Merge remote-tracking branch 'bb-10.1-release' into 10.1
  • Loading branch information
sanja-byelkin committed Aug 10, 2020
2 parents deb3655 + c0ac310 commit b350ef4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -37,7 +37,7 @@
#ifdef __linux__
#define PTR_SANE(p) ((p) && (char*)(p) >= heap_start && (char*)(p) <= heap_end)
static char *heap_start;
extern char *__bss_start;
char *__bss_start;
#else
#define PTR_SANE(p) (p)
#endif /* __linux */

0 comments on commit b350ef4

Please sign in to comment.