gaozhekang 6171cf3fb9 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-06 14:53:38 +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-06 14:53:38 +08:00
2020-10-14 10:40:07 +08:00
Description
No description provided
166 MiB
Languages
JavaScript 100%