merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
245 changed files with 7501 additions and 28373 deletions
Showing only changes of commit 7876645cb0 - Show all commits

View File

@@ -543,6 +543,9 @@ char*
strip_arg_quotes(const char* const input)
{
char* unquoted = strdup(input);
if (unquoted == NULL) {
return NULL;
}
// Remove starting quote if it exists
if (strchr(unquoted, '"')) {