File 0002-Changed-another-buffer-size-to-int-resolves-gh-61.patch of Package flex.3194
From 4f68528ef09754ce314aeb903619625033ae3f2a Mon Sep 17 00:00:00 2001
From: Will Estes <westes575@gmail.com>
Date: Fri, 26 Feb 2016 14:23:33 -0500
Subject: [PATCH 2/4] Changed another buffer size to int; resolves gh#61
Git-commit: a51bd6c3016176b83d30fc44818d4ba3b8c946ba
Patch-mainline: v2.6.1
References: bsc#990856, CVE-2016-6354
---
flex.skl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flex.skl b/flex.skl
index 5c10bcb97a21..bf01e3bae8d7 100644
--- a/flex.skl
+++ b/flex.skl
@@ -550,7 +550,7 @@ struct yy_buffer_state
/* Size of input buffer in bytes, not including room for EOB
* characters.
*/
- yy_size_t yy_buf_size;
+ int yy_buf_size;
/* Number of characters read into yy_ch_buf, not including EOB
* characters.
--
2.6.6