Fix heap-use-after-free issue 38/285038/5 accepted/tizen/7.0/unified/20221207.171858
authorYoungHun Kim <yh8004.kim@samsung.com>
Mon, 5 Dec 2022 02:56:20 +0000 (11:56 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 5 Dec 2022 03:22:44 +0000 (12:22 +0900)
commit885a88664fcc5157b3bf8e46ba0435a081ee2627
treedf391802a88a925773f604a21f00e687a2a04bd0
parent4eb3f71971b2926d1df29fcdca9131e75c576064
Fix heap-use-after-free issue

 - After module's msg thread exit, the paired data thread could be accessed
 - Add to check if module is freed or not with module's memset variable

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