Module Name: src Committed By: christos Date: Sun May 15 20:36:42 UTC 2016
Modified Files: src/lib/libc/time: strptime.c Log Message: Bail out if the string does not look like a timezone (is empty or does not start with a letter or a number). tzparse("") or tzparse(".45") don't fail. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/lib/libc/time/strptime.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.