mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
cc43037f19
The core ldb code for string matching assumed NULL terminated strings,
whereas the anr module used data_blob_const() to effectively truncate
a ldb_val by changing its length. The ldb code is supposed to be based
around length limited blobs, not NULL terminated strings, so the
correct fix was to change the string comparison functions to be length
limited
(This used to be commit
|
||
---|---|---|
.. | ||
tests | ||
charcnv.c | ||
charset.h | ||
config.m4 | ||
config.mk | ||
iconv.c | ||
util_unistr.c |