Skip to content
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

PR - Issue 50829 - Disk monitoring rotated log cleanup causes heap-use-after-free #3884

Closed
389-ds-bot opened this issue Sep 13, 2020 · 4 comments
Labels
merged Migration flag - PR pr Migration flag - PR

Comments

@389-ds-bot
Copy link

389-ds-bot commented Sep 13, 2020

Cloned from Pagure Pull-Request: https://pagure.io/389-ds-base/pull-request/50830


Description:

When Disk Monitoring finds that disk space is too low it starts freeing up disk space by removing rotated logs. However the log list struct was not properly reset after freeing all the files in the list. This is what allowed the heap-use-after-free to occur.

relates: Resolves: #3883

@389-ds-bot 389-ds-bot added merged Migration flag - PR pr Migration flag - PR labels Sep 13, 2020
@389-ds-bot
Copy link
Author

Comment from firstyear (@Firstyear) at 2020-01-20 01:49:03

Ack :)

@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2020-01-20 15:36:42

rebased onto bb3ac59

@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2020-01-20 15:38:54

Pull-Request has been merged by mreynolds389

@389-ds-bot
Copy link
Author

Patch
50830.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged Migration flag - PR pr Migration flag - PR
Projects
None yet
Development

No branches or pull requests

1 participant