-
Notifications
You must be signed in to change notification settings - Fork 61
Fixes for various memory leaks and other issues #1181
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
vojtechtrefny
merged 25 commits into
storaged-project:master
from
vojtechtrefny:master_claude-issues-fixes-2
Mar 12, 2026
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
74a6ef7
lvm: Fix buffer overrun in _vgcfgbackup_restore
vojtechtrefny a613b6b
lvm-dbus: Fix duplicate feature index for VDO and writecache
vojtechtrefny cac5f0f
lvm-dbus: Fix NULL dereferences on failed D-Bus calls
vojtechtrefny 4829a23
lvm: Route pvmove through call_lvm_and_report_progress
vojtechtrefny 776cc40
lvm-dbus: Free and copy data_lvs, metadata_lvs, and segs in LVdata
vojtechtrefny d9be439
crypto: Add BD_CRYPTO_TECH_MODE_MODIFY to LUKS supported modes
vojtechtrefny 55b0999
fs: Guard against division by zero in f2fs and xfs resize
vojtechtrefny 5a32a96
dm: Move sys_path construction after NULL check in bd_dm_name_from_node
vojtechtrefny 81997d5
python: Fix exact exception type matching in ErrorProxy
vojtechtrefny b78e96b
crypto: Check ioctl return value when getting entropy level
vojtechtrefny b3a6f7c
utils: Fix memory leak of args in exec error paths
vojtechtrefny 65ea3cd
utils: Check WIFEXITED before calling WEXITSTATUS in exec
vojtechtrefny a939b23
fs: Close pipe fds on fork failure in run_as_user
vojtechtrefny c4010b7
utils: Close fds and reap child on stdin write failure
vojtechtrefny 15fa75a
lvm: Copy missing fields in pvdata and vgdata copy functions
vojtechtrefny c8217f4
lvm-dbus: Fix multiple memory leaks
vojtechtrefny 40e508a
tests: Fix device path check in clean_scsi_debug
vojtechtrefny fa68c6d
s390: Close file descriptor on fputs failure in bd_s390_zfcp_offline
vojtechtrefny 26354dc
part: Add lower bound check in get_part_num backward scan
vojtechtrefny e6cdbb3
blockdev: Use zero-initializer for plugins_sonames array
vojtechtrefny 5a7802c
crypto: Add missing crypt_free(cd) on error paths
vojtechtrefny 215491a
lvm-dbus: Add NULL checks after get_object_property in get_lv_data_fr…
vojtechtrefny c6c41c5
nvdimm: Add missing ndctl_unref on error paths
vojtechtrefny 1792658
fs: Remove unreachable code in bd_fs_unmount and bd_fs_mount
vojtechtrefny a667339
lvm: Move data copy and free functions to lvm-common.c
vojtechtrefny 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
Oops, something went wrong.
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.