avoid out-of-bounds read for invalid quoted timezone
authorSamuel Holland <samuel@sholland.org>
Sat, 22 Feb 2020 22:01:12 +0000 (16:01 -0600)
committerRich Felker <dalias@aerifal.cx>
Sat, 21 Mar 2020 16:24:40 +0000 (12:24 -0400)
commit8e452abae67db445fb6c3e37cd566c4788c2e8f3
treee34d03b6e6bc02fa8ad72d3f85f48ed8b41077d3
parent526df238d0d05fe4e8446720d9d0374646f82f82
avoid out-of-bounds read for invalid quoted timezone

Parsing the timezone name must stop when reaching the null terminator.
In that case, there is no '>' to skip.
src/time/__tz.c