Closed
Description
Line 835 in f31bc84
Both entry
and safe
is the pointer to structure chain_entry_t
, but the base pointer delete_target->list
points to the struct list
in structure block_t
. Thus, the container of the list
member is definitely incorrect in the iteration.
The following statements are also similar to the one above.
Lines 922 to 924 in f31bc84
Lines 929 to 931 in f31bc84
Lines 942 to 944 in f31bc84
Metadata
Metadata
Assignees
Labels
No labels