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

defragfs.ocfs2: fix command line segfault #39

Merged
merged 1 commit into from Jun 3, 2019

Conversation

vvidic
Copy link
Contributor

@vvidic vvidic commented Jun 2, 2019

Deleting list elements requires list_for_each_safe or the parameter list
gets destroyed:

$ defragfs.ocfs /tmp
defragfs.ocfs2 1.8.6
"/tmp":Not within ocfs2 fs
Failed to get file info:: Bad address
Segmentation fault

Deleting list elements requires list_for_each_safe or the parameter list
gets destroyed:

$ defragfs.ocfs /tmp
defragfs.ocfs2 1.8.6
"/tmp":Not within ocfs2 fs
Failed to get file info:: Bad address
Segmentation fault
@vvidic vvidic mentioned this pull request Jun 2, 2019
@josephhz josephhz merged commit 913ed34 into markfasheh:master Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants