summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKartikaya Gupta <kats@trevize.staktrace.com>2019-07-31 21:50:25 -0400
committerKartikaya Gupta <kats@trevize.staktrace.com>2019-07-31 21:50:25 -0400
commit1eebb00ac2b318cc897183a0a31018efbed449fd (patch)
treef0b04ab699117369e8bba3a23699752d2a8d00b7 /Cargo.toml
parent0b7386914341559700ef53735cbd6aabfa240e29 (diff)
Skip past unterminated =? escape string
This fixes a panic where we stupidly advance our byte index by 2 when encountering an unterminated escape. Doing this is inefficient because we'll probably just find the same unterminated escape a bunch of times, but can also put our byte index in the middle of a UTF-8 character which causes a panic. Fixes #41
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions