Opened 15 years ago
Closed 15 years ago
#2586 closed task (wontfix)
e2fsprogs dumpfs segfaults on X86_64
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 6.6 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
There is a patch for this:
diff --git a/lib/ss/invocation.c b/lib/ss/invocation.c index 074706f..74fcb14 100644 (file) --- a/lib/ss/invocation.c +++ b/lib/ss/invocation.c @@ -71,6 +71,7 @@ int ss_create_invocation(subsystem_name, version_string, info_ptr,
*(new_table->rqt_tables+1) = (ss_request_table *) NULL;
new_table->readline_handle = 0;
+ new_table->readline_shutdown = 0;
new_table->readline = 0; new_table->add_history = 0; new_table->redisplay = 0;
We can probably fix it with a sed.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is overcome by event as it is fixed in e2fsprogs-1.41.10. Reverted the change in revision 9200.
I put a fix at revision 9199.
sed -i -e '74i\
I will leave this open for awhile until someone else confirms the fix.