Closed
Bug 1964
Opened 26 years ago
Closed 26 years ago
Need to undef Perl data after freeing LDAP data
Categories
(Directory :: PerLDAP, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: leif, Assigned: leif)
Details
After calling LDAP API _free() functions, we should also *always* undef the Perl
variable. For instance with msgfree(), which can cause serious problems.
This was reported by Michael Konopka @Netscape.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Fixed in three places in Conn.pm:
DESTROY()
search()
searchURL()
Comment 2•26 years ago
|
||
asking Leif to verify this bug
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/44e45829ce984ae3fa8e36f3ac582c1fd76974c7
Issue #1964: Another attempt at DB fields for generated content - quick links, zone nav, and body HTML
https://github.com/mozilla/kuma/commit/fd81f2575597391fa30922c0c72b5ee27d19e001
Merge pull request #2070 from lmorchard/defer-zone-quicklink-extraction
Issue #1964: Another attempt at DB fields for generated content - quick links, zone nav, and body HTML
Comment 6•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/a2ff41feccd71b510fa08b0fb18bd6ee804a7327
issue #1964: Fix to ignore heading for extracted section, added missing tests
https://github.com/mozilla/kuma/commit/2749c86d72ab3fa0da665823c5059a09f967f8a0
Merge pull request #2099 from lmorchard/1964-ignore-headings
issue #1964: Fix to ignore heading for extracted section, added missing tests
Comment 7•11 years ago
|
||
Commits pushed to search-filter-api at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/44e45829ce984ae3fa8e36f3ac582c1fd76974c7
Issue #1964: Another attempt at DB fields for generated content - quick links, zone nav, and body HTML
https://github.com/mozilla/kuma/commit/fd81f2575597391fa30922c0c72b5ee27d19e001
Merge pull request #2070 from lmorchard/defer-zone-quicklink-extraction
https://github.com/mozilla/kuma/commit/a2ff41feccd71b510fa08b0fb18bd6ee804a7327
issue #1964: Fix to ignore heading for extracted section, added missing tests
https://github.com/mozilla/kuma/commit/2749c86d72ab3fa0da665823c5059a09f967f8a0
Merge pull request #2099 from lmorchard/1964-ignore-headings
You need to log in
before you can comment on or make changes to this bug.
Description
•