Descriptionwindow.atob() returns wrong value when given a string container only white spaces
window.atob() returns wrong value when given a string container only white
spaces. The reason was that base64DecodeInternal() was calling Vector::grow()
before the loop but failed to call Vector::shrink() in case of early return.
R=
BUG=357332
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170264
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|