Error if \0 inside quotes.

SVN revision: 17163
This commit is contained in:
sebastid 2005-10-04 17:41:08 +00:00 committed by sebastid
parent 6da7a40bac
commit bd793035ca
1 changed files with 1 additions and 0 deletions

View File

@ -1584,6 +1584,7 @@ _ecore_x_netwm_startup_info_parse(Ecore_X_Startup_Info *info, char *data)
}
p++;
}
if ((in_quot_dbl) || (in_quot_sing)) return 0;
data = p;
*pp = 0;