commit | 2645b48159b2928fe388c6c84991b956f01e8f4e | [log] [tgz] |
---|---|---|
author | Takahiro Okada <takahiro.okada@sonyericsson.com> | Thu Jan 27 20:06:00 2011 +0900 |
committer | Johan Redestig <johan.redestig@sonyericsson.com> | Thu May 26 15:56:08 2011 +0200 |
tree | dfa6c104049d56482864ac335ce21ae60b4667d2 | |
parent | c5a256626bd67390bab579f4e52f27bdd6ce5b7c [diff] |
Make create_EXIF allocate enough memory The create_EXIF method crashes if over 1K bytes exif header is passed because only 1K byte is allocated for exif header. It is hard to calcurate exact nessesary size for editing the exif header dynamically, so this value is changed to the mamixmum size of exif, 64K. Change-Id: Ia2c8481da5130f02ec8f1c63ece9aa4289b1ad5f