summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-02-24 17:15:45 -0800
committerManoj Srivastava <srivasta@debian.org>2016-02-24 17:15:45 -0800
commit3207b1144e041b17a6e94ca86810bb435dda6bc8 (patch)
tree4ea25fd5bc7006261840334abfa22a5a361670ec /debian
parentc0a05c28fb4b8c56dd81fb4df25a57b29df7823d (diff)
Fixed size of buffer allocation
The value of n_alloc was a count, not a size. Multiplying the value by the element size was incorrect. That multiplication was already being done and having it done twice was incorrect. Bug fix: "n_alloc has wrong value in buf_append function", thanks to Howard Gong (Closes: #761250). Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 297fa4c..339e244 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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).
+
+ -- Manoj Srivastava <srivasta@debian.org> Wed, 24 Feb 2016 17:15:08 -0800
+
flex (2.6.0-10) unstable; urgency=low
* Cherry pick fix from upstream.