We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df5427f + 5ce9e36 commit 9013ef3Copy full SHA for 9013ef3
list.h
@@ -150,8 +150,8 @@ static inline void list_del(struct list_head *node)
150
prev->next = next;
151
152
#ifdef LIST_POISONING
153
- node->prev = (struct list_head *) (0x00100100);
154
- node->next = (struct list_head *) (0x00200200);
+ node->next = NULL;
+ node->prev = NULL;
155
#endif
156
}
157
scripts/checksums
@@ -1,3 +1,3 @@
1
db6784ff3917888db4d1dceaa0570d99ed40e762 queue.h
2
-a99303fdca46c2121c61f7b96346de55226d0086 list.h
+a35ff719849dbe38d903576a332989c5ba7242bf list.h
3
3bb0192cee08d165fd597a9f6fbb404533e28fcf scripts/check-commitlog.sh
0 commit comments