Fix heap-use-after-free issue 67/285067/1 accepted/tizen/unified/20221206.170602
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 23:11:37 +0000 (23:11 +0000)
commit4a7dd32a3c598b4312f920b87720ac75bc4d2d30
treedf391802a88a925773f604a21f00e687a2a04bd0
parent39f147bda95af62a3269e6de14b9ce1e100a1d79
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