mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-19 14:30:57 +08:00
ITS#189 fix 2. value_normalize may change length of value. Recompute.
This commit is contained in:
parent
3f27364d26
commit
44d3cd8a55
@ -279,6 +279,9 @@ index_add_values(
|
||||
|
||||
value_normalize( val, syntax );
|
||||
|
||||
/* val length could change */
|
||||
len = strlen( val );
|
||||
|
||||
/*
|
||||
* equality index entry
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user