summaryrefslogtreecommitdiff
path: root/system/strace/disable-fortify.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 22:17:32 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 22:17:32 +0000
commit1ba40b2101e4483827b8237f3c14149d6b6d506a (patch)
treec6525976733620f3f90c9d5288be1f19ef9a811f /system/strace/disable-fortify.patch
parent48ff0db3ba4e34e651d4c53dc1766ae897094451 (diff)
downloadpackages-1ba40b2101e4483827b8237f3c14149d6b6d506a.tar.gz
packages-1ba40b2101e4483827b8237f3c14149d6b6d506a.tar.bz2
packages-1ba40b2101e4483827b8237f3c14149d6b6d506a.tar.xz
packages-1ba40b2101e4483827b8237f3c14149d6b6d506a.zip
system/strace: bump to 5.2
Diffstat (limited to 'system/strace/disable-fortify.patch')
-rw-r--r--system/strace/disable-fortify.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/system/strace/disable-fortify.patch b/system/strace/disable-fortify.patch
deleted file mode 100644
index 26b2978c5..000000000
--- a/system/strace/disable-fortify.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Subject: [PATCH] don't use fortify-headers on netlink test sources
-From: A. Wilcox <AWilcox@Wilcox-Tech.com>
-
-We can't use fortify-headers on netlink tests because it tests what happens
-when a buffer overrun occurs.
-
---- strace-4.18/tests/netlink_protocol.c.old 2017-07-05 07:08:09.000000000 +0000
-+++ strace-4.18/tests/netlink_protocol.c 2017-08-17 01:09:45.822502012 +0000
-@@ -28,6 +28,8 @@
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-+#define _FORTIFY_SOURCE 0
-+
- #include "tests.h"
-
- #ifdef HAVE_SYS_XATTR_H
---- strace-4.18/tests/netlink_sock_diag.c.old 2017-07-05 07:08:09.000000000 +0000
-+++ strace-4.18/tests/netlink_sock_diag.c 2017-08-17 01:10:00.935807300 +0000
-@@ -27,6 +27,8 @@
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-+#define _FORTIFY_SOURCE 0
-+
- #include "tests.h"
- #include <stdio.h>
- #include <string.h>
---- strace-4.18/tests/nlattr.c.old 2017-07-05 07:08:09.000000000 +0000
-+++ strace-4.18/tests/nlattr.c 2017-08-17 01:10:11.862453682 +0000
-@@ -28,6 +28,8 @@
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-+#define _FORTIFY_SOURCE 0
-+
- #include "tests.h"
-
- #include <stdio.h>