diff options
author | 2010-01-14 10:54:11 +0800 | |
---|---|---|
committer | 2010-01-14 22:38:11 -0500 | |
commit | b2af211f284eb1bef19fbb85fc8ef551bb1e7460 (patch) | |
tree | 251b3848de7478ad9123c92fc7c95a464bd84f78 /lib/vsprintf.c | |
parent | lib: Introduce strnstr() (diff) | |
download | linux-rng-b2af211f284eb1bef19fbb85fc8ef551bb1e7460.tar.xz linux-rng-b2af211f284eb1bef19fbb85fc8ef551bb1e7460.zip |
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>
Diffstat (limited to 'lib/vsprintf.c')
0 files changed, 0 insertions, 0 deletions