Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MT#59064 switch query string to g_autoptr type
This fixes a bug which incorrectly used strlen(callid) instead of strlen(esc_callid) to determine the size of the VLA to hold the complete query string. Take this opportunity to eliminate the VLA and switch to an allocated printf string instead. Change-Id: I4a64d05180832f3471249acf354bec6b5a3ba15e
- Loading branch information