- Remove nox@ from MASTER_SITES (R.I.P. nox) - Take MAINTAINERSHIP - Add LICENSE (GPLv2) - Convert to OPTIONSNG - Fix patch files to be 'make makepatch' compatible - Fix Multiple Security Vulnerabilities [1] PR: 203112 [1] Submitted by: venture37@geeklan.co.uk [1] Security: CVE-2015-5165 [1] CVE-2015-5745 [1] CVE-2015-5154 [1] CVE-2015-5225 [1] Differential Revision: https://reviews.freebsd.org/D3691
13 lines
403 B
C
13 lines
403 B
C
--- include/qemu-common.h.orig 2015-11-03 20:01:34 UTC
|
|
+++ include/qemu-common.h
|
|
@@ -469,7 +469,9 @@ void qemu_hexdump(const char *buf, FILE
|
|
#define VEC_OR(v1, v2) ((v1) | (v2))
|
|
/* altivec.h may redefine the bool macro as vector type.
|
|
* Reset it to POSIX semantics. */
|
|
+#ifndef __cplusplus
|
|
#define bool _Bool
|
|
+#endif
|
|
#elif defined __SSE2__
|
|
#include <emmintrin.h>
|
|
#define VECTYPE __m128i
|