Check module's idx value to avoid dlog crash 39/284839/3 accepted/tizen/unified/20221130.171036
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:17:39 +0000 (06:17 +0900)
commit39f147bda95af62a3269e6de14b9ce1e100a1d79
treead87238d35bcc6a1ff817b79f533e4fb2ae06436
parent058994db9f317410c10cad5d05ef283677d07056
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