зеркало из https://github.com/mozilla/gecko-dev.git
Bug 301780 please reuse the cached Length() value
patch by bugzilla@mcsmurf.de r=jst sr=jst a=bsmedberg
This commit is contained in:
Родитель
8077a028f9
Коммит
9cc5022208
|
@ -4108,7 +4108,7 @@ nsGlobalWindow::Atob(const nsAString& aAsciiBase64String,
|
|||
|
||||
resultLen = ((resultLen * 3) / 4);
|
||||
|
||||
char *bin_data = PL_Base64Decode(base64, aAsciiBase64String.Length(),
|
||||
char *bin_data = PL_Base64Decode(base64, dataLen,
|
||||
nsnull);
|
||||
if (!bin_data) {
|
||||
nsMemory::Free(base64);
|
||||
|
|
Загрузка…
Ссылка в новой задаче