1 Commits

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