commit | 6edc84bc44d55d7f90a40238ae2107913e15f54b | [log] [tgz] |
---|---|---|
author | Christian Hesse <mail@eworm.de> | Wed Jan 13 00:45:03 2016 +0100 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Wed Jan 13 17:09:39 2016 +0100 |
tree | f508e5197c2e49856eb37d89f3619a321cc2b83d | |
parent | 4458abf64172a62b92810c2293450106e6dfc763 [diff] |
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>