| Summary: | tzset mishandles version 3 tzdb format | ||
|---|---|---|---|
| Product: | uClibc | Reporter: | Paul Eggert <eggert> |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | normal | CC: | uclibc-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
untested patch to support tzdb version 3 files
Patch revised to handle >2 digit hours |
||
|
Description
Paul Eggert
2017-08-07 16:26:16 UTC
Created attachment 7176 [details]
Patch revised to handle >2 digit hours
In rereading that patch I noticed that it allows hour counts only to 99, whereas it should be up to at least 167. While we're at it, let's just increase it to 254; that's just as easy. Revised (and still untested) patch attached.
|