1 Commits

Author SHA1 Message Date
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