Update the array size to resolve overflow issue 59/125359/1 accepted/tizen/3.0/common/20170508.152956 accepted/tizen/3.0/ivi/20170508.050141 accepted/tizen/3.0/mobile/20170508.050023 accepted/tizen/3.0/tv/20170508.050051 accepted/tizen/3.0/wearable/20170508.050113 submit/tizen_3.0-common/20170508.080135 submit/tizen_3.0-common/20170508.081301 submit/tizen_3.0-common/20170508.091535 submit/tizen_3.0/20170417.044315 submit/tizen_3.0_common/20170508.091735
authorYoungHun Kim <yh8004.kim@samsung.com>
Mon, 17 Apr 2017 05:59:00 +0000 (14:59 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 17 Apr 2017 05:59:03 +0000 (14:59 +0900)
Change-Id: I68d7ca7110c87a681811253dabd06a96013d0c63

packaging/mused.spec
src/muse_core_log.c

index 27a73f4..be33fc9 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mused
 Summary:    A Multimedia Daemon in Tizen Native API
-Version:    0.1.63
+Version:    0.1.64
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index c58681a..8cec8e4 100644 (file)
@@ -114,7 +114,7 @@ static void _muse_core_log_latest_msgs(void)
 static void _muse_core_log_pid_info(pid_t pid)
 {
        char client_buf[MUSE_MAX_MSG_LEN];
-       char time_buf[MUSE_LOG_LEN];
+       char time_buf[MUSE_LOG_MSG_LEN];
 
        g_return_if_fail(muse_core_is_log_enabled());
        g_return_if_fail(g_muse_core_log);