Remove the getenv by security issue of VD 73/139773/1
authorYoungHun Kim <yh8004.kim@samsung.com>
Thu, 20 Jul 2017 09:40:06 +0000 (18:40 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Thu, 20 Jul 2017 09:40:21 +0000 (18:40 +0900)
Change-Id: Iaae8e5d53d95e83391faa2c1622e5f58e47f00fd

src/muse_core_server.c

index c60ca99..39a35cd 100644 (file)
@@ -210,7 +210,7 @@ int main(int argc, char **argv)
        muse_core_signal_init();
 
 #ifdef MUSE_TTRACE_LOG
-       trace_begin("MUSE:gst_init:resistry path:%s", getenv("GST_REGISTRY"));
+       trace_begin("MUSE:gst_init");
 #endif
        _muse_core_server_gst_init(argv);
 #ifdef MUSE_TTRACE_LOG