RESOLVED FIXED 190006
uidna_nameToASCII only needs a buffer capacity of 64
https://bugs.webkit.org/show_bug.cgi?id=190006
Summary uidna_nameToASCII only needs a buffer capacity of 64
Alex Christensen
Reported 2018-09-26 13:04:14 PDT
uidna_nameToASCII only needs a buffer capacity of 64
Attachments
Patch (4.36 KB, patch)
2018-09-26 13:06 PDT, Alex Christensen
cdumez: review+
Alex Christensen
Comment 1 2018-09-26 13:06:24 PDT
Alex Christensen
Comment 2 2018-09-26 14:56:44 PDT
Radar WebKit Bug Importer
Comment 3 2018-09-26 14:57:29 PDT
Darin Adler
Comment 4 2018-09-30 20:17:28 PDT
Comment on attachment 350887 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=350887&action=review > Source/WebCore/platform/URLParser.cpp:2571 > + const size_t maxDomainLength = 64; Since this constant comes from the Unicode Technical Report and is not an arbitrary choice we made for WebKit, it would be good to mention that in a brief comment.
Note You need to log in before you can comment on or make changes to this bug.