Check module's idx value to avoid dlog crash 37/284837/3 accepted/tizen/7.0/unified/20221202.171403
authorYoungHun Kim <yh8004.kim@samsung.com>
Mon, 28 Nov 2022 11:28:35 +0000 (20:28 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 28 Nov 2022 21:20:05 +0000 (06:20 +0900)
commit4eb3f71971b2926d1df29fcdca9131e75c576064
treead87238d35bcc6a1ff817b79f533e4fb2ae06436
parentb445d9e765ff2a115cb2932874b674108a8c4ff2
Check module's idx value to avoid dlog crash

 - We have issue of dlog crash when the value of module's idx is -1.
   Unfortunately, there is no log file, so if module idx is abnormal,
   we do not take the log at first.

Change-Id: I051871c96c71aacd8d130b5b110ff72b19e2620e
packaging/mused.spec
server/include/muse_server_private.h
server/src/muse_server_connection.c
server/src/muse_server_private.c