Skip to content
Snippets Groups Projects
user avatar
Paulo Marques authored
The only in-kernel user of "memmem" is scripts/kallsyms.c and it only
uses it to find tokens that are 2 bytes in size. It is trivial to
replace it with a simple function that finds 2-byte tokens.

This should help users from systems that don't have the memmem GNU
extension available.

Signed-off-by: default avatarPaulo Marques <pmarques@grupopie.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
7c5d249a
History
Name Last commit Last update