Closed
Bug 255186
Opened 21 years ago
Closed 21 years ago
64 bit: VLV response control not parsed correctly
Categories
(Directory Graveyard :: LDAP C SDK, defect)
Directory Graveyard
LDAP C SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcs, Assigned: mcs)
Details
Attachments
(1 file)
865 bytes,
patch
|
mcs
:
review+
|
Details | Diff | Splinter Review |
There is a 64-bit related fix in the patch submitted for bug 141754:
ldap_parse_virtuallist_control() does not correctly parse a VLV response control
(an int is used where a long should be used).
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #155809 -
Flags: review+
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•21 years ago
|
||
Fixed on the trunk:
mozilla/directory/c-sdk/ldap/libraries/libldap/vlistctrl.c
new revision: 5.3; previous revision: 5.2
Fix bug # 255186 - 64 bit: VLV response control not parsed correctly.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•