#2586: e2fsprogs dumpfs segfaults on X86_64
-----------------------------------------+----------------------------------
 Reporter:  bdu...@…                     |       Owner:  lfs-b...@…             
      
     Type:  task                         |      Status:  new                    
      
 Priority:  normal                       |   Milestone:  6.6                    
      
Component:  Book                         |     Version:  SVN                    
      
 Severity:  normal                       |    Keywords:                         
      
-----------------------------------------+----------------------------------
 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.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2586>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to