]> git.proxmox.com Git - libgit2.git/commit - src/signature.c
Fix off-by-one problems in git_signature__parse
authorAndreas Henriksson <andreas@fatal.se>
Sat, 17 Dec 2016 16:33:13 +0000 (17:33 +0100)
committerAndreas Henriksson <andreas.henriksson@endian.se>
Sat, 17 Dec 2016 16:40:49 +0000 (17:40 +0100)
commit23c9ff8632d8ae90d211601d3254ab7f4d35e853
tree461eb2532145f0639ae825ffc9c8d6c6f01306ea
parentc655def1174f814c2adcafff7cecec4d47dc5830
Fix off-by-one problems in git_signature__parse

Etc/GMT-14 aka UTC+14:00 is a thing....
https://en.wikipedia.org/wiki/UTC%2B14:00

Also allow offsets on the last minute (59).

Addresses: https://bugs.debian.org/841532
Fixes: #3970
src/signature.c