Task #76 - fixed.err
back to task #76download
Error: CLANG_WARNING:
iproute2-6.7.0/devlink/devlink.c:36: included_from: Included from here.
iproute2-6.7.0/include/list.h:34:2: warning[unix.Malloc]: Use of memory after it is freed
# 32| static inline void list_add(struct list_head *new, struct list_head *head)
# 33| {
# 34|-> __list_add(new, head, head->next);
# 35| }
# 36|