Comment 28 for bug 1347147

Revision history for this message
In , Greg Hudson (ghudson) wrote :

How do you conclude that n->prev points to &heads[0]? node.prev receives the value (void *)head, where head is initialized to &heads[2]. I cannot see any uses of &heads[0] in the test program.