-
Notifications
You must be signed in to change notification settings - Fork 356
Static analysis / memory fixes #4082
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
32af3ff
Devel: Use more threads when running cppcheck.
clumens 6ae123f
Refactor: libpacemaker: Check that instance is not NULL.
clumens d290537
Refactor: daemons: Don't assign to a variable we're just going to ove…
clumens 1522dbc
Refactor: libcrmcluster: Make static analysis happy with proc2text.
clumens 9fbc3c9
Refactor: daemons: Unindent code in free_xml_with_position.
clumens e1c70c6
Refactor: daemons,libs,tools: Add checks to help static analysis.
clumens 4eea0e0
Refactor: daemons: Rearrange the loop in load_env_vars.
clumens 0a29fe0
Devel: Use more threads when running scan-build.
clumens ff370eb
Refactor: libcrmcommon: Ignore the return value of g_list_append.
clumens 3a80fbd
Refactor: libpacemaker: Avoid a dead assignment in promotion_score_ap…
clumens c85e8a4
Refactor: libcrmcommon: Explicitly check filename against NULL.
clumens 9cb24fe
Low: libservices: Deal with fgets errors in services__get_lsb_metadata.
clumens 9bb5c5d
Low: daemons,libcib: Fix memory leaks in IPC code.
clumens b5e0be3
Low: libpacemaker: If process_rsc_history exits early, free the list.
clumens 70a8d07
Low: libpe: Free elements of rsc->priv->ticket_constraints...
clumens 9c329f2
Refactor: libpacemaker: Simplify the rsc_ticket_t type.
clumens 57d7c37
Low: libcrmcommon: Properly return errno from pcmk__bare_output_new.
clumens 0a1cfb7
Med: libpacemaker: Fix a segfault in order_resource_actions_after.
clumens 7ce46ea
Low: libpe: If pe__clone_default exits early, free the lists.
clumens a470fc3
Low: tools: Fix memory leaks when printing crm_verify warnings/errors.
clumens 1905443
Low: tools: Free the list at the end of cli_resource_print_operations.
clumens 2be2eb8
Low: libpacemaker: Fix a memory leak in inject_action.
clumens ec588b0
Test: valgrind: Make the bash reader_loop suppression less restrictive.
clumens 9ff45e1
Test: valgrind: Add another suppression for a glib iconv leak.
clumens File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.