diff options
Diffstat (limited to 'recipes-security/samhain/files/c99_dnmalloc.patch')
| -rw-r--r-- | recipes-security/samhain/files/c99_dnmalloc.patch | 18 |
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 @@ | |||
| 1 | samhain: musl build fix c99 | ||
| 2 | |||
| 3 | Upstream-Status: Submitted | ||
| 4 | Signed-off-by: Armin Kuster <akuster@mvista.com> | ||
| 5 | |||
| 6 | Index: 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; | ||
