summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-02-24 17:42:39 -0800
committerManoj Srivastava <srivasta@debian.org>2016-02-24 17:44:01 -0800
commite68e1da425634fda40095a7b3196d4175f782987 (patch)
tree7a826be3f2868150dc169d2736c5dc6e04f0fa55 /debian
parent68edd32d194909d5abe648ef7c8c82002b6ce5fb (diff)
[master]: Cleanup generated files based on changes to flex.skl.debian/2.6.0-11
The variable yy_n_chars had been of type yy_size_t which is incorrect given its use in read(). While it might be adviseable to look at defining a yy_ssize_t, there might be some issues doing this and so, for now, at least, we'll punt back to int. Bug fix: "Type of yy_n_chars changed to yy_size_t by authors cause bug in YY_INPUT macro where result argument is tested if &lt; 0; thanks to gcc&#39;s -Werror=type-limits", thanks to Michal Fita (Closes: #770161). Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 339e244..a910e72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,12 @@ flex (2.6.0-11) unstable; urgency=low
* Cherry pick fix from upstream.
* Bug fix: "n_alloc has wrong value in buf_append function", thanks to
Howard Gong (Closes: #761250).
+ * Bug fix: "Type of yy_n_chars changed to yy_size_t by authors cause bug
+ in YY_INPUT macro where result argument is tested if &lt; 0; thanks to
+ gcc&#39;s -Werror=type-limits", thanks to Michal Fita (Closes:
+ #770161).
- -- Manoj Srivastava <srivasta@debian.org> Wed, 24 Feb 2016 17:15:08 -0800
+ -- Manoj Srivastava <srivasta@debian.org> Wed, 24 Feb 2016 17:43:41 -0800
flex (2.6.0-10) unstable; urgency=low