OSDN Git Service

android/avctp: Fix crashes caused by re-entrant calls
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 26 Mar 2015 14:14:38 +0000 (16:14 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 26 Mar 2015 19:57:56 +0000 (21:57 +0200)
commit06a543ceceeda7ece3246d338b2b95727a116979
tree8c27baf480730ee13ade7575611afe3eed9f779c
parent54baf9adb66b42735df992943364d8220caaef88
android/avctp: Fix crashes caused by re-entrant calls

This make sure that while processing a PDU the session callbacks are
not able to destroy the session causing crashes.
android/avctp.c