emaste 227bb2b2ea libelf: Improve ELF header validation
Avoid integer overflow and reading past EOF.

MFC of r276427, r276443, r277249 from contrib/elftoolchain.
2015-01-23 04:07:07 +00:00
..
2012-06-05 18:19:52 +00:00
2012-03-26 19:23:57 +00:00
2012-03-26 19:23:57 +00:00
2012-05-11 20:06:46 +00:00
2012-06-02 08:47:26 +00:00
2012-05-11 20:06:46 +00:00
2012-05-11 20:06:46 +00:00
2012-06-02 08:47:26 +00:00
2011-03-01 11:47:51 +00:00

# $FreeBSD$
# $NetBSD$

libelf: a BSD-licensed implementation of the ELF(3)/GELF(3) API.

Documentation:
 * Manual page elf.3 contains an overview of the library.  Other
   manual pages document individual APIs in the library.
 * A tutorial "libelf by Example" is available at:
   http://people.freebsd.org/~jkoshy/download/libelf/article.html
	
For ongoing development please see http://elftoolchain.sourceforge.net/