Task #1629 - added.err

back to task #1629
download
Error: CLANG_WARNING:
btrfs-progs-v6.8/kernel-lib/list.h:194:14: warning[unix.Malloc]: Use of memory after it is freed
#  192|   {
#  193|   	__list_del_entry(entry);
#  194|-> 	entry->next = (struct list_head *)LIST_POISON1;
#  195|   	entry->prev = (struct list_head *)LIST_POISON2;
#  196|   }