]> granicus.if.org Git - cgit/commit
ui-repolist: initialize char *buf to NULL
authorChristian Hesse <mail@eworm.de>
Tue, 12 Jan 2016 23:45:03 +0000 (00:45 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 13 Jan 2016 16:09:39 +0000 (17:09 +0100)
commit6edc84bc44d55d7f90a40238ae2107913e15f54b
treef508e5197c2e49856eb37d89f3619a321cc2b83d
parent4458abf64172a62b92810c2293450106e6dfc763
ui-repolist: initialize char *buf to NULL

readfile() can fail if the agefile is not readable. Make sure free()
does not free an ininitialized string.

Signed-off-by: Christian Hesse <mail@eworm.de>
ui-repolist.c