-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix memory leaks in ldbm_entryrdn.c #6453
Labels
needs triage
The issue will be triaged during scrum
Comments
mreynolds389
added a commit
to mreynolds389/389-ds-base
that referenced
this issue
Dec 19, 2024
Description: We leak memory when processing long DN's (mdb). We have to loop over long DN's and on each pass we leak the previous rdn element. In the tombstone case we just need to free the current childelem Relates: //github.com/389ds/issues/6453 Reviewed by: ?
mreynolds389
added a commit
to mreynolds389/389-ds-base
that referenced
this issue
Dec 19, 2024
Description: We leak memory when processing long DN's (mdb). We have to loop over long DN's and on each pass we leak the previous rdn element. In the tombstone case we just need to free the current childelem Relates: //github.com/389ds/issues/6453 Reviewed by: ?
mreynolds389
added a commit
to mreynolds389/389-ds-base
that referenced
this issue
Dec 19, 2024
Description: We leak memory when processing long DN's (mdb). We have to loop over long DN's and on each pass we leak the previous rdn element. In the tombstone case we just need to free the current childelem Relates: //github.com/389ds/issues/6453 Reviewed by: progier(Thanks!)
mreynolds389
added a commit
to mreynolds389/389-ds-base
that referenced
this issue
Jan 7, 2025
Description: We leak memory when processing long DN's (mdb). We have to loop over long DN's and on each pass we leak the previous rdn element. In the tombstone case we just need to free the current childelem Relates: //github.com/389ds/issues/6453 Reviewed by: progier & spichugi(Thanks!!)
mreynolds389
added a commit
that referenced
this issue
Jan 14, 2025
Description: We leak memory when processing long DN's (mdb). We have to loop over long DN's and on each pass we leak the previous rdn element. In the tombstone case we just need to free the current childelem Relates: //github.com//issues/6453 Reviewed by: progier & spichugi(Thanks!!)
mreynolds389
added a commit
that referenced
this issue
Jan 14, 2025
Description: We leak memory when processing long DN's (mdb). We have to loop over long DN's and on each pass we leak the previous rdn element. In the tombstone case we just need to free the current childelem Relates: //github.com//issues/6453 Reviewed by: progier & spichugi(Thanks!!)
mreynolds389
added a commit
that referenced
this issue
Jan 14, 2025
Description: We leak memory when processing long DN's (mdb). We have to loop over long DN's and on each pass we leak the previous rdn element. In the tombstone case we just need to free the current childelem Relates: //github.com//issues/6453 Reviewed by: progier & spichugi(Thanks!!)
mreynolds389
added a commit
that referenced
this issue
Jan 14, 2025
Description: We leak memory when processing long DN's (mdb). We have to loop over long DN's and on each pass we leak the previous rdn element. In the tombstone case we just need to free the current childelem Relates: //github.com//issues/6453 Reviewed by: progier & spichugi(Thanks!!)
tbordaz
added a commit
to tbordaz/389-ds-base
that referenced
this issue
Jan 15, 2025
Bug description: Few regression in CI (filter/import/mapping_tree) Fix description: Test a point before deref fixes: 389ds#6453 Reviewed by:
tbordaz
added a commit
to tbordaz/389-ds-base
that referenced
this issue
Jan 15, 2025
Bug description: Few regressions in CI (filter/import/mapping_tree) Fix description: Test a pointer before deref fixes: 389ds#6453 Reviewed by: Mark Reynolds (Thanks)
tbordaz
added a commit
that referenced
this issue
Jan 15, 2025
Bug description: Few regressions in CI (filter/import/mapping_tree) Fix description: Test a pointer before deref fixes: #6453 Reviewed by: Mark Reynolds (Thanks)
tbordaz
added a commit
that referenced
this issue
Jan 15, 2025
Bug description: Few regressions in CI (filter/import/mapping_tree) Fix description: Test a pointer before deref fixes: #6453 Reviewed by: Mark Reynolds (Thanks)
tbordaz
added a commit
that referenced
this issue
Jan 15, 2025
Bug description: Few regressions in CI (filter/import/mapping_tree) Fix description: Test a pointer before deref fixes: #6453 Reviewed by: Mark Reynolds (Thanks)
tbordaz
added a commit
that referenced
this issue
Jan 15, 2025
Bug description: Few regressions in CI (filter/import/mapping_tree) Fix description: Test a pointer before deref fixes: #6453 Reviewed by: Mark Reynolds (Thanks)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
There are several memory leaks in ldbm_entryrdn.c with mdb and long DN's
To reproduce run: dirsrvtests/tests/suites/indexes/entryrdn_test.py
The text was updated successfully, but these errors were encountered: