commit | b2af211f284eb1bef19fbb85fc8ef551bb1e7460 | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Thu Jan 14 10:54:11 2010 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jan 14 22:38:11 2010 -0500 |
tree | 251b3848de7478ad9123c92fc7c95a464bd84f78 | |
parent | d5f1fb53353edc38da326445267c1df0c9676df2 [diff] |
tracing/filters: Fix MATCH_MIDDLE_ONLY filter matching 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>