about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-03-02 18:47:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-03-02 18:47:14 +0000
commit8d347ef7a0d85a2675eff88672bde2e955b871ae (patch)
tree738bd7963ed3f6f26c2a26b20d6f5d18005c19de /doc
parentf58e0bcca234fb86d933d80b9d359183361ea907 (diff)
downloadnetpbm-mirror-8d347ef7a0d85a2675eff88672bde2e955b871ae.tar.gz
netpbm-mirror-8d347ef7a0d85a2675eff88672bde2e955b871ae.tar.xz
netpbm-mirror-8d347ef7a0d85a2675eff88672bde2e955b871ae.zip
Fix arithmetic to avoid array bounds violation
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2148 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 137b5d88..eb33cf22 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -19,6 +19,11 @@ not yet  BJH  Release 10.66.00
               can allocate a row buffer.  Thanks Prophet of the Way
               <afu@wta.att.ne.jp>.
 
+              pgmhist: fix incorrect report of quantiles or crash due to array
+              bounds violation in some builds.  Thanks Prophet of the Way
+              <afu@wta.att.ne.jp>.  Always broken.  Quantile reporting was
+              new in Netpbm 10.61 (December 2012).
+
               pgmhist: fix buffer overrun with -median.  Always broken.
               -median was new in Netpbm 10.61 (December 2012).