]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: function my_memmem() to lookup binary contents
authorBaptiste Assmann <bedis9@gmail.com>
Sun, 6 Oct 2013 21:24:13 +0000 (23:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Dec 2013 10:50:47 +0000 (11:50 +0100)
commitbb77c8e26de3c35e885a4bca390015768daba261
tree8f69806736745c9b70b697601cca707694a92982
parent126d40691a09e1bb77e2a0ce7278962b26849a6c
MINOR: tools: function my_memmem() to lookup binary contents

This function simply looks for a memory block inside another one.

Signed-off-by: Baptiste Assmann <bedis9@gmail.com>
include/common/standard.h
src/standard.c