mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
ITS#5503 integerFilter keys were not terminated
This commit is contained in:
parent
a837855068
commit
8921793615
@ -2273,6 +2273,8 @@ integerFilter(
|
||||
|
||||
keys[0].bv_len = index_intlen;
|
||||
keys[0].bv_val = slap_sl_malloc( index_intlen, ctx );
|
||||
keys[1].bv_len = 0;
|
||||
keys[1].bv_val = NULL;
|
||||
|
||||
iv.bv_len = value->bv_len < index_intlen_strlen + INDEX_INTLEN_CHOP-1
|
||||
? value->bv_len : index_intlen_strlen + INDEX_INTLEN_CHOP-1;
|
||||
|
Loading…
Reference in New Issue
Block a user