Code

RRDtool 1.4.8 fixes segfault in rrdgraph caused by int32 overflows.
authorSebastian Harl <sh@tokkee.org>
Sat, 26 Apr 2014 19:13:33 +0000 (21:13 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 26 Apr 2014 19:14:22 +0000 (21:14 +0200)
Thanks to Matej Kosik for reporting this.
Closes: #451852
debian/changelog

index 11d448be00075b69a166e22c2b649beba5582791..a453a55038c734b816185e207d6d854f660340cc 100644 (file)
@@ -7,6 +7,8 @@ rrdtool (1.4.8-1) unstable; urgency=medium
       reporting this (Closes: #686825).
     - Fixed a segfault in rrdcached when using -j on non-existent directories;
       thanks to Witold Baryluk for reporting this (Closes: #663505).
+    - Fixed segfault in rrdgraph caused by int32 overflows; thanks to Matej
+      Kosik for reporting this (Closes: #451852).
   * Fixed changelog of 1.4.7-2 regarding the versioned build-dep on tcl-dev.
   * Merged 1.4.7-2.1 NMU; thanks to Christian Hofstaedtler (Closes: 736333).
   * debian/patches:
@@ -31,7 +33,7 @@ rrdtool (1.4.8-1) unstable; urgency=medium
     - Removed bts664724-rrdcached-j-segfault, ruby_bindings_format_string,
       and tcl-8.5 which were applied upstream.
 
- -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Apr 2014 21:03:02 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Apr 2014 21:14:07 +0200
 
 rrdtool (1.4.7-2.1) unstable; urgency=medium