about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-07 20:14:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-07 20:14:42 +0000
commitec46d9756038dfad5cb0b4db58bece107aa8fb47 (patch)
tree0cdf1d217bc3e2da6a593427103a67b49afc2b2b /doc
parentf9fd97fee9930b2d750b83dc0798934c44031b7e (diff)
downloadnetpbm-mirror-ec46d9756038dfad5cb0b4db58bece107aa8fb47.tar.gz
netpbm-mirror-ec46d9756038dfad5cb0b4db58bece107aa8fb47.tar.xz
netpbm-mirror-ec46d9756038dfad5cb0b4db58bece107aa8fb47.zip
Fix undefined behavior: swab with source and destination the same
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3847 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index a162b45f..ed4ea102 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -33,6 +33,9 @@ not yet  BJH  Release 10.91.00
               pnmtorle: Fix incorrect command and filename in header.
               Broken in Netpbm 10.88 (September 2019).
 
+              cameratopam: Fix undefined behavior using 'swab' to swap bytes
+              in place.
+
               ppmtompeg: Fix buffer overruns with very long names in input
               parameter files.  Always broken.  Ppmtompeg was new in
               Netpbm 8.4 (April 2000).