commit | 5f1897538bab324f53efc6bec65487516041f2e9 | [log] [tgz] |
---|---|---|
author | Xuefei Chen <xuefei.chen@sonymobile.com> | Mon Jan 07 16:43:13 2013 +0800 |
committer | Takeshi Aimi <takeshi.aimi@sonymobile.com> | Tue Mar 12 19:35:23 2013 +0900 |
tree | 1940c0726c4f8bc9293966786c6a60c00d14ab95 | |
parent | c0048178a1d312e7e05557ba99becd6a89b9e97a [diff] |
Fix for crash if no content in DESCRIBE response If DESCRIBE response is received with status 200 but no content, MyHandler will still set content data for session description parsing. This will cause NULL Pointer crash. This fix checks whether DESCRIBE response has content before parsing session description. Change-Id: I114ae6fd54ce804e61718f62618ca9008425a433