diff options
| author | nate <nate@metis> | 2026-02-25 11:31:54 -0800 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-02-25 16:41:50 -0500 |
| commit | ee3f3e2e816f4425df2a33ca3255764d8139f5c4 (patch) | |
| tree | a455272c4c06ad70100750880e5b8f2121a181b2 /.github/git:/github.com | |
| parent | 60cde2ba0f24946272e925c352129fcad18a7c4f (diff) | |
| download | libmateweather-ee3f3e2e816f4425df2a33ca3255764d8139f5c4.tar.bz2 libmateweather-ee3f3e2e816f4425df2a33ca3255764d8139f5c4.tar.xz | |
The pointer offset for the `METAR/SPECI` search key is 6 characters too
short.
The search key is now `<raw_text>METAR KPDX` (21 chars), but the code
still advances by 15 characters, which was correct for the old format
`<raw_text>KPDX`
This lands the pointer on `KPDX 161753Z...` instead of `161753Z...`.
The regex parser skips the unrecognized tokens so it often still works,
but it passes garbage to metar_parse and could cause subtle parser
failures.
Diffstat (limited to '.github/git:/github.com')
0 files changed, 0 insertions, 0 deletions
