mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
shared: time-dst - ensure nulstr is null terminated
Fixes CID #1237772.
This commit is contained in:
parent
0acd5a08f5
commit
681f9718ce
@ -244,6 +244,8 @@ read_again:
|
|||||||
if (fread(zone_names, 1, chars, f) != chars)
|
if (fread(zone_names, 1, chars, f) != chars)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
|
zone_names[chars] = '\0';
|
||||||
|
|
||||||
for (i = 0; i < num_isstd; ++i) {
|
for (i = 0; i < num_isstd; ++i) {
|
||||||
int c = getc(f);
|
int c = getc(f);
|
||||||
if (c == EOF)
|
if (c == EOF)
|
||||||
|
Loading…
Reference in New Issue
Block a user