search for: _node_

Displaying 3 results from an estimated 3 matches for "_node_".

Did you mean: _node
2018 Feb 13
2
[drm-nouveau-mmu] question about potential NULL pointer dereference
...vma->size += next->size; 983 rb_erase(&next->tree, &vmm->root); 984 list_del(&next->head); 985 kfree(next); 986 } 987 } 988} The issue here is that in case _node_ returns NULL, _prev_ is not being null checked, hence there is a potential null pointer dereference at line 970. Notice that _next_ is being null checked at line 980, so I wonder if _prev_ should be checked the same as _next_. The fact that both _next_ and next->part are null checked, ma...
2018 Feb 13
0
[drm-nouveau-mmu] question about potential NULL pointer dereference
...->size; > 983 rb_erase(&next->tree, &vmm->root); > 984 list_del(&next->head); > 985 kfree(next); > 986 } > 987 } > 988} > > The issue here is that in case _node_ returns NULL, _prev_ is not being null > checked, hence there is a potential null pointer dereference at line 970. > > Notice that _next_ is being null checked at line 980, so I wonder if _prev_ > should be checked the same as _next_. > > The fact that both _next_ and next->par...
2007 Nov 12
3
help on drawing a tree with "ape"?
Dear all, I'm using the "ape" package in R and want to draw a phylogenetic tree with not only the tip labels but also some labels for the edges. e.g. Mark the edge AB as "m" in the tree ABC. Couldn't find a way to do that. Can someone help? Thanks, Hua