We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/*@observer@*/ const char* graph::cmd::c_str () const 51{ 52 std::string cmd_name ("CMD ["); 53 cmd_name.append (typeid(evt ()).name ()); 54 cmd_name.append ("]"); CID 1352378 (#1 of 1): Wrapper object use after free (WRAPPER_ESCAPE) 1. escape: The internal representation of local cmd_name escapes, but is destroyed when it exits scope. 55 return cmd_name.c_str (); 56}
The text was updated successfully, but these errors were encountered:
a8cbfa2
No branches or pull requests
The text was updated successfully, but these errors were encountered: