Fix lifetime bug in tzlookup
commit852111f3a6640d61ea1a1b2fd0cbf50623642927
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Jul 2016 21:38:12 +0000 (20 23:38 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Jul 2016 21:38:44 +0000 (20 23:38 +0200)
tree90e4ac9c12f9def59e15c0c84f1184512b10ae3b
parent90fb0b2d13d0f44ecb9606587681cb4d8a6f0225
Fix lifetime bug in tzlookup

* src/editfns.c (tzlookup): Fix storage lifetime bug when
INTEGERP (zone) && settz.  Problem found by Coverity Scan.
src/editfns.c