Hi, Content-Disposition: inline; filename=ulogd-llist-poison-debug-only.diff Signed-off-by: Holger Eitzenberger <holger@xxxxxxxxxxxxxxxx> Index: ulogd-netfilter/include/ulogd/linuxlist.h =================================================================== --- ulogd-netfilter.orig/include/ulogd/linuxlist.h +++ ulogd-netfilter/include/ulogd/linuxlist.h @@ -117,8 +117,10 @@ static inline void __llist_del(struct ll static inline void llist_del(struct llist_head *entry) { __llist_del(entry->prev, entry->next); +#ifdef ULOGD_LLIST_DEBUG entry->next = LLIST_POISON1; entry->prev = LLIST_POISON2; +#endif /* ULOGD_LLIST_DEBUG */ } /** -- - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html