Issue #20: don't fail on relocations creating out-of-bounds values.
authorEli Bendersky <eliben@gmail.com>
Sun, 5 Jan 2014 23:53:46 +0000 (15:53 -0800)
committerEli Bendersky <eliben@gmail.com>
Sun, 5 Jan 2014 23:53:46 +0000 (15:53 -0800)
commitaf0d723b84995d62821a020f6568968ba59e0eae
tree20f63254a924cea110bc421f2b8fe6375f4ddc8e
parent883eb6a9ae1a244d49594784c4efd80029ebcbbf
Issue #20: don't fail on relocations creating out-of-bounds values.

This came up with some very large object files. The solution (wrap around at
value size) doesn't feel good, but it appears to be the way binutils does it
too. Are there legitimate cases for this?
elftools/elf/relocation.py