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:
d5f1fb5
)
tracing/filters: Fix MATCH_MIDDLE_ONLY filter matching
author
Li Zefan
<lizf@cn.fujitsu.com>
Thu, 14 Jan 2010 02:54:11 +0000
(10:54 +0800)
committer
Steven Rostedt
<rostedt@goodmis.org>
Fri, 15 Jan 2010 03:38:11 +0000
(22:38 -0500)
The @str might not be NULL-terminated if it's of type
DYN_STRING or STATIC_STRING, so we should use strnstr()
instead of strstr().
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
LKML-Reference: <
4B4E8753
.2000102@cn.fujitsu.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found