summaryrefslogtreecommitdiffstats
path: root/recipes-security/samhain/files/c99_dnmalloc.patch
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-04-11 10:24:45 -0700
committerArmin Kuster <akuster808@gmail.com>2017-04-25 18:14:19 -0700
commit41936bb4cf2764b44972893c53d4b52c1faf061f (patch)
treec30c771aaa840f1b1e9ca894ace9b9d9fdddceda /recipes-security/samhain/files/c99_dnmalloc.patch
parent66d8abf64386f52ac8318399eb62ccd28271940d (diff)
downloadmeta-security-41936bb4cf2764b44972893c53d4b52c1faf061f.tar.gz
samhain: update to 4.2.1
remove patch integrated into update Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/samhain/files/c99_dnmalloc.patch')
-rw-r--r--recipes-security/samhain/files/c99_dnmalloc.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-security/samhain/files/c99_dnmalloc.patch b/recipes-security/samhain/files/c99_dnmalloc.patch
deleted file mode 100644
index 2216564..0000000
--- a/recipes-security/samhain/files/c99_dnmalloc.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1samhain: musl build fix c99
2
3Upstream-Status: Submitted
4Signed-off-by: Armin Kuster <akuster@mvista.com>
5
6Index: samhain-4.2.0/src/dnmalloc.c
7===================================================================
8--- samhain-4.2.0.orig/src/dnmalloc.c
9+++ samhain-4.2.0/src/dnmalloc.c
10@@ -5524,7 +5524,7 @@ arc4_stir(void)
11 struct {
12 struct timeval tv1;
13 struct timeval tv2;
14- u_int rnd[(128 - 2*sizeof(struct timeval)) / sizeof(u_int)];
15+ unsigned char rnd[(128 - 2*sizeof(struct timeval)) / sizeof(unsigned char)];
16 } rdat;
17 #if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
18 ssize_t sz = 0;