Fix bug that can cuase a loop to become endless.
The bug is triggered by attempts to copy in (-i) a file which happens to have zero length.
This commit is contained in:
parent
53af8e0438
commit
38e82dbbff
@ -1321,7 +1321,6 @@ create_final_defers ()
|
||||
|
||||
for (d = deferments; d != NULL; d = d->next)
|
||||
{
|
||||
d = deferments;
|
||||
link_res = link_to_maj_min_ino (d->header.c_name,
|
||||
d->header.c_dev_maj, d->header.c_dev_maj,
|
||||
d->header.c_ino);
|
||||
|
Loading…
Reference in New Issue
Block a user