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:08:29 +0000 (08:08 +0900)
commitab478714bf7d1297dd21a141707cf65194309c90
treef890fcce0ecc1c2c3ecca999bdd5e8e91b9a4ab3
parent00e85b1834fa6908b5fbd398c30854b770d6d3c2
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