cvs commit: src/lib/libelf elf_update.3 elf_update.c
    Joseph Koshy 
    jkoshy at FreeBSD.org
       
    Sat Sep  8 01:20:13 PDT 2007
    
    
  
jkoshy      2007-09-08 08:20:12 UTC
  FreeBSD src repository
  Modified files:
    lib/libelf           elf_update.3 elf_update.c 
  Log:
  Fix a bug that prevented applications from laying out ELF objects
  with section header tables residing in between other sections.
  
  Introduce additional checks for overlaps between section data and
  the section header table when the application is performing section
  layout.
  
  Document additional error returns.
  
  Reported by:    Kai Wang <kaiw27 at gmail dot com>
  Approved by:    re (rwatson)
  
  Revision  Changes    Path
  1.4       +7 -2      src/lib/libelf/elf_update.3
  1.3       +44 -17    src/lib/libelf/elf_update.c
    
    
More information about the cvs-all
mailing list