File icu-CVE-2014-8147.patch of Package icu
From c84376e59dddc5e0cc07f49dddc490ac0dea6e2f Mon Sep 17 00:00:00 2001
From: Felix Zhang <fezhang@suse.com>
Date: Thu, 7 Apr 2016 12:28:00 +0800
Subject: [PATCH 2/2] CVE-2014-8147
---
source/common/ubidiimp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/common/ubidiimp.h b/source/common/ubidiimp.h
index 58c86f2..50903ae 100644
--- a/source/common/ubidiimp.h
+++ b/source/common/ubidiimp.h
@@ -193,8 +193,8 @@ typedef struct BracketData {
typedef struct Isolate {
int32_t start1;
+ int32_t state;
int16_t stateImp;
- int16_t state;
} Isolate;
typedef struct Run {
--
2.6.6