Fix heap-use-after-free 11/187011/1
authorchleun.moon <chleun.moon@samsung.com>
Fri, 17 Aug 2018 07:42:54 +0000 (16:42 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Fri, 17 Aug 2018 07:43:02 +0000 (16:43 +0900)
Change-Id: I504bff45041988728fa523810ac6fd29d868977f
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
packaging/asp-manager.spec
src/session/gfsm.c

index bcb1007e5cdf61c216ac460dc301400de30a8f84..407e0ab1839f05ef19138f718e04d2d79d56bb40 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       asp-manager
 Summary:    ASP(application service platform) manager
-Version:    0.0.30
+Version:    0.0.31
 Release:    1
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
index 920c5da8d20a3909221a97b100615cb7ae5e69eb..04578afcb55362e59f844aa27c6857738397a85c 100644 (file)
@@ -341,7 +341,6 @@ void gfsm_process_event(gfsm_context_s **pp_context, gfsm_event_s *p_event)
 
                ASP_LOGD("context[%p]", p_context);
                gfsm_destroy_context(p_context);
-               *pp_context = NULL;
        }
 }