Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2007 08:20:12 +0000 (UTC)
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libelf elf_update.3 elf_update.c
Message-ID:  <200709080820.l888KCEr088877@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709080820.l888KCEr088877>