shared: time-dst: Avoid buffer overflow
authorMartin Pitt <martin.pitt@ubuntu.com>
Mon, 15 Dec 2014 12:06:48 +0000 (13:06 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 15 Dec 2014 12:50:11 +0000 (13:50 +0100)
commite17fb3c1dd21929119968325c46ab98630446032
tree0013f98e139068acda0f1de20d96e0bc66175b70
parentd47f6ca5f9b7a0b400d8bdb050151a0284fb4bdb
shared: time-dst: Avoid buffer overflow

Commit 681f9718 introduced an additional null terminator for the zone names.
Increase the allocation of "transitions" to actually make room for this.
src/shared/time-dst.c