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 bcb1007..407e0ab 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 920c5da..04578af 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;
        }
 }