Fix crash issue
authorsaerome.kim <saerome.kim@samsung.com>
Thu, 21 Nov 2019 08:33:14 +0000 (17:33 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 21 Nov 2019 23:47:05 +0000 (08:47 +0900)
commitb9866cc02cd0edaf366caef0e734723ed91e80a4
treef890fcce0ecc1c2c3ecca999bdd5e8e91b9a4ab3
parent27b25800274cf0bf735c93dc761d216182906aeb
Fix crash issue

- Problem: A crash may occur in a multi-client environment.
- Cause: A crash may occur if a request is deleted in the middle while
  processing the async request included in the list.
- Solution: Modified so that the list is not broken by deleting the request
  while processing the request.

Change-Id: Ic51e4571ea10d7922b429d2712b8a3ed4dccc512
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
packaging/ua-manager.spec
ua-daemon/src/ua-manager-core.c
ua-daemon/src/ua-manager-request-handler.c