mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-08 15:44:11 +00:00
Specify _FORTIFY_SOURCE=3 (#2168)
This can find more kinds of buffer overflows: https://developers.redhat.com/articles/2022/09/17/gccs-new-fortification-level
This commit is contained in:
parent
161be3ff33
commit
e7a364d610
@ -34,7 +34,7 @@ AC_CHECK_HEADERS([attr/xattr.h])
|
|||||||
AC_CHECK_HEADERS([sys/extattr.h])
|
AC_CHECK_HEADERS([sys/extattr.h])
|
||||||
AC_CHECK_FUNCS([fallocate])
|
AC_CHECK_FUNCS([fallocate])
|
||||||
|
|
||||||
CXXFLAGS="$CXXFLAGS -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2"
|
CXXFLAGS="$CXXFLAGS -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=3"
|
||||||
|
|
||||||
dnl ----------------------------------------------
|
dnl ----------------------------------------------
|
||||||
dnl For macOS
|
dnl For macOS
|
||||||
|
Loading…
Reference in New Issue
Block a user