mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
journal: fix unitialized var
This commit is contained in:
parent
f5028bfaf0
commit
2a7273ef92
@ -315,6 +315,7 @@ static int verify_data(
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
i = 1;
|
||||
while (i < n) {
|
||||
uint64_t next, m, j;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user