-
Notifications
You must be signed in to change notification settings - Fork 181
Don't overwrite string data pointer if realloc fails #775
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
Conversation
b8294a7 to
4a633e2
Compare
ac7cf6f to
a9bab89
Compare
Blast545
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but what happened with the PR job of rcl? was it deactivated?
No, it didn't trigger because this isn't targeting master. @brawner should we just target master with this PR, and then you can rebase your other work on top? |
|
@clalancette I think that's reasonable. The refactor PR (#754) is going to make it much harder to backport fixes like this and #765. |
4a633e2 to
f8b7a70
Compare
Signed-off-by: Stephen Brawner <[email protected]>
a9bab89 to
7cd635f
Compare
hidmic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Rpr job still fails waiting for |
Signed-off-by: Stephen Brawner <[email protected]>
|
Choosing not to backport this one, since the change is superseded anyway by #784 |
Found this memory leak during fault injection tests. It's pretty small, but it prevents the unit tests from being memory leak free.
Signed-off-by: Stephen Brawner [email protected]