git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5571927
)
tracing/filter: Check the created pred tree
author
Steven Rostedt
<srostedt@redhat.com>
Fri, 28 Jan 2011 04:14:25 +0000
(23:14 -0500)
committer
Steven Rostedt
<rostedt@goodmis.org>
Tue, 8 Feb 2011 01:56:19 +0000
(20:56 -0500)
Since the filter walks a tree to determine if a match is made or not,
if the tree was incorrectly created, it could cause an infinite loop.
Add a check to walk the entire tree before assigning it as a filter
to make sure the tree is correct.
Cc: Tom Zanussi <tzanussi@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found