Re: [PATCH 03/13] trans: fix the use of the hash table in fakeroot.c

2013-12-09 Thread Samuel Thibault
Justus Winter, le Mon 09 Dec 2013 15:16:31 +0100, a écrit : > Previously a pointer to the node was stored in the hash table. This > writes the locp pointer into the node object overwriting the next > pointer there. Store the pointer to the netnode instead. Ack! > * trans/fakeroot.c (struct netnod

[PATCH 03/13] trans: fix the use of the hash table in fakeroot.c

2013-12-09 Thread Justus Winter
Previously a pointer to the node was stored in the hash table. This writes the locp pointer into the node object overwriting the next pointer there. Store the pointer to the netnode instead. * trans/fakeroot.c (struct netnode): Add field np. (new_node): Initialize field np. (new_node): Store nn in