Validate input at libelf level
authornorly <ny-git@enpas.org>
Sun, 26 May 2013 21:16:54 +0000 (22:16 +0100)
committernorly <ny-git@enpas.org>
Mon, 27 May 2013 02:10:31 +0000 (03:10 +0100)
commitf5eac562c915811c27969949c178f8fe96a12e47
tree7713d3c13719825ed96210f2acc4c34d796597b8
parent3d899fbfd33a8b44dcbd7dfbc952464731a7e589
Validate input at libelf level

This way we can just assume that stuff works later on and keep the code
clean and simple. It especially establishes that the file has a sane
format and is thus understandable and editable.
include/libelfu/elfops.h
include/libelfu/generic.h
src/elfops/check.c [new file with mode: 0644]
src/model/fromFile.c