Opened 14 years ago

Closed 14 years ago

#2586 closed task (wontfix)

e2fsprogs dumpfs segfaults on X86_64

Reported by: bdubbs@… Owned by: lfs-book@…
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 bdubbs@…, 14 years ago

I put a fix at revision 9199.

sed -i -e '74i\

new_table->readline_shutdown = 0;' lib/ss/invocation.c

I will leave this open for awhile until someone else confirms the fix.

comment:2 by bdubbs@…, 14 years ago

Resolution: wontfix
Status: newclosed

This is overcome by event as it is fixed in e2fsprogs-1.41.10. Reverted the change in revision 9200.

Note: See TracTickets for help on using tickets.