Skip to content

Commit

Permalink
Enable stack overflow detection and naked point...
Browse files Browse the repository at this point in the history
...ers checker on OpenSolaris and illumos-based platforms (SmartOS,
OmniOS, OpenIndiana, ...).
  • Loading branch information
tleedjarv committed Dec 1, 2020
1 parent 6bf6d56 commit 75d0666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ AC_MSG_CHECKING([whether stack overflows can be detected])

AS_CASE([$arch,$system],
[i386,linux_elf|amd64,linux|amd64,macosx \
|amd64,openbsd|i386,bsd_elf],
|amd64,solaris|amd64,openbsd|i386,bsd_elf],
[AC_DEFINE([HAS_STACK_OVERFLOW_DETECTION])
AC_MSG_RESULT([yes])],
[AC_MSG_RESULT([no])])
Expand Down Expand Up @@ -1690,7 +1690,7 @@ AS_IF([test x"$enable_naked_pointers_checker" = "xyes" ],
AS_CASE(["$arch","$system"],
[amd64,linux|amd64,macosx \
|amd64,openbsd|amd64,win64 \
|amd64,freebsd],
|amd64,freebsd|amd64,solaris],
[naked_pointers_checker=true
AC_DEFINE([NAKED_POINTERS_CHECKER])],
[*],
Expand Down

0 comments on commit 75d0666

Please sign in to comment.