]> granicus.if.org Git - libjpeg-turbo/commit
Fix an extremely rare crash that can occur when compressing a very high-frequency...
authorDRC <dcommander@users.sourceforge.net>
Thu, 21 Aug 2014 01:55:22 +0000 (01:55 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 21 Aug 2014 01:55:22 +0000 (01:55 +0000)
commit29823fa9a6171144ebc10ea14fb0c44f5624ee5e
treeaa79863ca73b9e0a084076309de23043af3070d8
parentd2a74950129e836cc9ee22034694e4d68b325e49
Fix an extremely rare crash that can occur when compressing a very high-frequency MCU using quality 100 and no subsampling, and when dynamically allocating the JPEG buffer in the destination manager.  Even with a test program designed specifically to reproduce the crash, it only occurred once in about 25 million iterations.  More details here:  https://sourceforge.net/p/libjpeg-turbo/bugs/64

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1365 632fc199-4ca6-4c93-a231-07263d6284db
jchuff.c