Lines Matching full:corruption
17 * valid. Failures here indicate memory corruption (and possibly an exploit
26 "list_add corruption. prev is NULL.\n") ||
28 "list_add corruption. next is NULL.\n") ||
30 "list_add corruption. next->prev should be prev (%px), but was %px. (next=%px).\n",
33 "list_add corruption. prev->next should be next (%px), but was %px. (prev=%px).\n",
53 "list_del corruption, %px->next is NULL\n", entry) ||
55 "list_del corruption, %px->prev is NULL\n", entry) ||
57 "list_del corruption, %px->next is LIST_POISON1 (%px)\n",
60 "list_del corruption, %px->prev is LIST_POISON2 (%px)\n",
63 "list_del corruption. prev->next should be %px, but was %px. (prev=%px)\n",
66 "list_del corruption. next->prev should be %px, but was %px. (next=%px)\n",