Descriptioncmd/gc: silence valgrind error
valgrind complained that under some circumstances,
*nr = *nc
was being called when nr and nc were the same *Node. The suggestion my Rémy was to introduce a tmp node to avoid the potential for aliasing in subnode.
Patch Set 1 #Patch Set 2 : diff -r 1d72d7a8249a https://code.google.com/p/go #Patch Set 3 : diff -r dfbaf2b999a6 https://code.google.com/p/go #Patch Set 4 : diff -r dfbaf2b999a6 https://code.google.com/p/go #Patch Set 5 : diff -r 61fb96e61d11 https://code.google.com/p/go #MessagesTotal messages: 5
|