commit | fca812565cebd229fba8be32bad14983c5252a7b | [log] [tgz] |
---|---|---|
author | Christer Fletcher <christer.fletcher@sonymobile.com> | Tue Jun 18 08:55:09 2013 +0200 |
committer | Takeshi Aimi <takeshi.aimi@sonymobile.com> | Fri Jun 28 17:00:38 2013 +0900 |
tree | 6d1663f287bf0d1ab9721f70c6271ed4cf0a0400 | |
parent | d74a9ee83fd6e033fd2260ca3777390d7e5f817a [diff] |
Set u.ext_data to null after it has been freed SEGV_MAPPER crash could happen in MetaData::typed_data::freeStorage. The faulty address could be both random pointers and deadbaad. It seems like free could be called more than once on u.ext_data. Set u.ext_data to null after it has been freed as there already is a null check before trying to free it. Change-Id: I710c49f9c231bd8852159914c0b2add58a685f0e