Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.0.0
-
None
-
None
Description
For example following is how the generated code adds an operation name to the func_array.
axutil_array_list_add(svc_skeleton->func_array, env, "buy");
since array_list keeps only a shallow copy to the operation name "buy" and when this string is created in the stack it cannot be accessible.