Fix asan issue of heap-use-after-free 23/281423/6 accepted/tizen/unified/20220927.132341
authorYoungHun Kim <yh8004.kim@samsung.com>
Mon, 19 Sep 2022 00:31:44 +0000 (09:31 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Sun, 25 Sep 2022 23:32:26 +0000 (08:32 +0900)
commit95f1110d6e41ea95c2f16390c89277f23c4161c6
tree52c98d4ff46f835c141e0c6d964c914b7c6951cf
parentae797d270c5bf41a79184218829b020db815ddb9
Fix asan issue of heap-use-after-free

 - Module released by _ms_ipc_module_cleanup() could be used again in ms_ipc_create_data_dispatch_worker
 - Put into protected critical section for ms_ipc_create_data_dispatch_worker()
 - Update dlog for debugging module handle

Change-Id: Idcbb2efa5ab10a176128d0254613cac6cb85c2dc
packaging/mused.spec
server/src/muse_server_ipc.c