CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.
authorJeremy Allison <jra@samba.org>
Tue, 9 Jun 2015 21:00:01 +0000 (14:00 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 9 Dec 2015 16:19:51 +0000 (17:19 +0100)
commitaa6c27148b9d3f8c1e4fdd5dd46bfecbbd0ca465
tree91a0e2316542eae727eb6d7a205eec62261d30ff
parentec504dbf69636a554add1f3d5703dd6c3ad450b8
CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.

Values might have embedded zeros.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11325

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/ldb/common/ldb_match.c