зеркало из https://github.com/mozilla/gecko-dev.git
r-vidur. fixing boundary parsing logic to handle boundary identifiers wrapped in double quotes and spaces, 45878
This commit is contained in:
Родитель
a3381b1cba
Коммит
33e73d7be4
|
@ -240,7 +240,8 @@ nsMultiMixedConv::OnStartRequest(nsIChannel *channel, nsISupports *ctxt) {
|
|||
|
||||
nsCAutoString boundaryString(bndry);
|
||||
if (attrib) *attrib = ';';
|
||||
boundaryString.StripWhitespace();
|
||||
|
||||
boundaryString.Trim(" \"");
|
||||
|
||||
mToken = boundaryString.ToNewCString();
|
||||
if (!mToken) return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
|
Загрузка…
Ссылка в новой задаче