Lines Matching full:corruption
16 * valid. Failures here indicate memory corruption (and possibly an exploit
24 "list_add corruption. prev is NULL.\n") || in __list_add_valid()
26 "list_add corruption. next is NULL.\n") || in __list_add_valid()
28 "list_add corruption. next->prev should be prev (%px), but was %px. (next=%px).\n", in __list_add_valid()
31 "list_add corruption. prev->next should be next (%px), but was %px. (prev=%px).\n", in __list_add_valid()
50 "list_del corruption, %px->next is NULL\n", entry) || in __list_del_entry_valid()
52 "list_del corruption, %px->prev is NULL\n", entry) || in __list_del_entry_valid()
54 "list_del corruption, %px->next is LIST_POISON1 (%px)\n", in __list_del_entry_valid()
57 "list_del corruption, %px->prev is LIST_POISON2 (%px)\n", in __list_del_entry_valid()
60 "list_del corruption. prev->next should be %px, but was %px. (prev=%px)\n", in __list_del_entry_valid()
63 "list_del corruption. next->prev should be %px, but was %px. (next=%px)\n", in __list_del_entry_valid()