gaozhekang 29d3c5a787 src: avoid OOB read in URL parser
This is not a big concern, because right now, all (non-test) inputs
to the parser are `'\0'`-terminated, but we should be future-proof
here and not perform these OOB reads.
2020-11-04 16:41:55 +08:00
2020-10-14 10:40:07 +08:00
2020-10-14 10:40:07 +08:00
2020-03-06 18:04:34 +08:00
2020-11-04 16:41:55 +08:00
2020-10-14 10:40:07 +08:00
Description
No description provided
166 MiB
Languages
JavaScript 100%