Chromium Code Reviews
DescriptionKURL not handling NULL m_string members properly.
Due to some recent refactorings, its possible to get a NULL
m_string inside of KURL given some bad UFT-8 input. This
corrects the checks in several places where we would formerly
segv.
BUG=275868
R=abarth@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157922
Patch Set 1 #Patch Set 2 : Fix overzealous edit. #
Total comments: 2
Patch Set 3 : avoid duplicate check in initProtocolIsInHTTPFamily() #
Total comments: 1
Patch Set 4 : Remove redundant isNull check in several other places. #Patch Set 5 : Remove redundant isNull check in several other places. #Patch Set 6 : Please upload my base files. #Patch Set 7 : Fix regression in set-href-attribute-pathname.html #Messages
Total messages: 9 (0 generated)
|