mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 23:02:55 -05:00
ITS#5503 integerFilter keys were not terminated
This commit is contained in:
parent
a837855068
commit
8921793615
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue