commit | 69ee5a12119752a668f27361d6bccb4d8bfee3f0 | [log] [tgz] |
---|---|---|
author | Anu Sundararajan <sanuradha@ti.com> | Sun Sep 27 09:17:41 2009 -0500 |
committer | Dave Sparks <davidsparks@android.com> | Sun Sep 27 15:08:09 2009 -0700 |
tree | 32a51c3e70e1f0414f13e53845264e8d404e8897 | |
parent | 15c9596da616836bbf2db19d2aa10f30bb6587a0 [diff] |
Fix for Jpeg Encoder Seg fault in 100 iterations. Changes made to LCML: 1. Modified append_dsp_path to allocate one more byte for the null terminator. (ROOT CAUSE) 2. Added missing memset for certain malloc calls. 3. Added macros for malloc and free - which would check for NULL pointer. 4. Ensure the create phase array copy does not continue to look for the MARKER past the size of the array. Signed-off-by: Anu Sundararajan <sanuradha@ti.com>