earlephilhower / newlib-xtensa

newlib-xtensa fork intended for esp8266
GNU General Public License v2.0
5 stars 7 forks source link

Ensure new timezone names end in '>' #15

Closed earlephilhower closed 3 years ago

earlephilhower commented 3 years ago

Reduce code slightly and ensure that only names of the form '<...>' including the terminal '>' are accepted in the parser. Fixes a potential error handling corner case.