readelf: Add bounds check before each CFA op that takes an argument.
authorMark Wielaard <mjw@redhat.com>
Wed, 17 Dec 2014 14:07:49 +0000 (15:07 +0100)
committerMark Wielaard <mjw@redhat.com>
Wed, 17 Dec 2014 15:49:03 +0000 (16:49 +0100)
commit99a6f22a393a430dc9a21be7987817d36c02c740
tree000dd3f0374255188e23a5af95b6838332d841fe
parentecd78d3b4303db5b05666578162b230b23936797
readelf: Add bounds check before each CFA op that takes an argument.

Some CFA ops don't take any arguments, for those it is valid to be at the
end of the data block.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
src/ChangeLog
src/readelf.c