]> granicus.if.org Git - handbrake/commit
bugfix branch: fix decomb crash
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 6 Jul 2012 23:13:03 +0000 (23:13 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 6 Jul 2012 23:13:03 +0000 (23:13 +0000)
commita391726398ad581013c2a933bf9e46843dc793f0
tree5c44940a236c50b124e907e53b139ef5b3f438a9
parentfd05299c6eb9cd5eb4bf8147b02d51e9242a5276
bugfix branch: fix decomb crash
decomb was allocating reference buffers that were too small.  This bug appears
to have always existed but doesn't usually get triggered because malloc
usually rounds allocation sizes up.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4813 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decomb.c