[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#6649) Possible bug in ldapsearch
Full_Name: Ski Kacoroski
Version: 2.4.23
OS: debian 64 bit linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (152.157.64.243)
When I run a search with the following parameters:
0 'base'
1 'dc=nsd,dc=org'
2 'attr'
3 ARRAY(0x23f0cf0)
0 'nsduidnumber'
4 'filter'
5 '(&(objectClass=nsdAcct)(nsdUIDNumber<=80000)(nsdUIDNumber>=70000))'
6 'control'
7 ARRAY(0x23f0fa8)
0 Net::LDAP::Control::Sort=HASH(0x2374e60)
'order' => ARRAY(0x23f05b8)
0 'nsduidnumber'
'type' => '1.2.840.113556.1.4.473'
'value' => "0\cP0\cN\cD\cLnsduidnumber"
1 Net::LDAP::Control::Paged=HASH(0x23f0b88)
'asn' => HASH(0x23f0d80)
'cookie' => ''
'size' => 10
'size' => 10
'type' => '1.2.840.113556.1.4.319'
'value' => "0\cE\cB\cA\cJ\cD\c@"
I can reliably crash the slapd server. Logs are in Ski-Kacoroski-100917.ext If
I only use one or the other control it works fine. It only crashed when both
controls are used together. Let me know if you need anything else.