diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2019-06-16 10:43:18 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2019-06-16 10:43:18 +0000 |
| commit | ff31ddeb111e951f2957460a7e4a24b6918fb259 (patch) | |
| tree | 460d9204dbddc628ff25d8b402561a3922dc206e /usr.bin | |
| parent | 3bd2e9a54e25ba074c0d41eb8878691826032a69 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/vtfontcvt/vtfontcvt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/vtfontcvt/vtfontcvt.c b/usr.bin/vtfontcvt/vtfontcvt.c index cf5b4ae6b404d..6b1c5a70778e7 100644 --- a/usr.bin/vtfontcvt/vtfontcvt.c +++ b/usr.bin/vtfontcvt/vtfontcvt.c @@ -367,6 +367,7 @@ parse_bdf(FILE *fp, unsigned int map_idx) dwidth = bbw = bbh = 0; rewind(fp); linenum = 0; + bbwbytes = 0; /* GCC 4.2.1 "may be used uninitialized" workaround. */ bytes = xmalloc(wbytes * height); bytes_r = xmalloc(wbytes * height); line = xmalloc(wbytes * 2); |
